What are the advantages of JMS?
Answer / munnu
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Send object as message in JMS?
Detail about the features of publish model?
What is poison messages? And how to handle poison messages?
What is the difference between JMS and RPC (Remote Procedure Call)?
How JMS is different from RPC?
Can we send message from one server to another server using jms?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
What is MOM in reference to JMS?
What is jms testing?
How does jms queue work?
Why doesn’t the JMS API provide end-to-end synchronous message delivery and notification of delivery?
Which messaging modes are included in the java messaging service jms )?