This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
3) I have a JMS MDB that is a listener for a destination of type Queue named "ShippingRequestQueue" as shown below.
If you observe in this above code there is a property defined as destination which has "jms/ShippingRequestQueue", this property indicates that this JMS MDB is listening for messages on Queue named "jms/ShippingRequestQueue". Now my question is a) Who created this destination in this case Queue ? b) Did EJB Container while deploying the MDB creates these Queue/Topic [destination] by reading the above property?