StockHandlerBean.java | Class | StockHandlerBean is a Message driven bean which is listening to a topic It
receives MapMessages that contains a customer identification, a product
identification and a quantity for the product When the StockHandlerBean
receives a message it builds a message corresponding to an Order and sends it
to a Queue destination then it updates the Stock database. |