I am currently evaluating JMS and I don\'t get what I could use it for.
Currently, I believe this would be a Usecase: I want to create a SalesInvoice PDF and print it w
I have found a very good explanation of JMS with an example.
That is a simple chat application with JMS queues are used to communicate messages between users and messages stay in the queue if the receiver is offline.
In this example implementation they have used
The JBoss configuration step for queue is explained nicely Its available at http://coder2design.com/messaging-service/
Even the downloadable code is also available there.