Java Message Service (JMS) Question:
What are the advantages of JMS?

Answer:
One of the principal advantages of JMS messaging is that it's asynchronous. Thus not all the pieces need to be up all the time for the application to function as a whole.
Previous Question | Next Question |
What is the point-to-point model in JMS? | What is the publish-and-subscribe model in JMS? |