How JMS is different from RPC?
Answer / munnu
In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus it is completely synchronous in nature. While in JMS the message sender just sends the message to the destination and continues it's own processing. The sender does not wait for the receiver to respond. This is asynchronous behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
How Does the JMS Work with the J2EE ?
Explain the difference between topic and queue?
Which messaging modes are included in the java messaging service jms )?
How to Send object as message in JMS?
What is difference between queue and topic?
What are the different places where you can use the JMS API?
How does the Application server handle the JMS Connection?
Why doesn't AQ_ADMINISTRATOR_ROLE or AQ_USER_ROLE always work for AQ applications using Java/JMS API?
Explain about Connection interface?
How do I find the jms queue in weblogic?
What is poison messages? And how to handle poison messages?
Why doesn’t the JMS API provide end-to-end synchronous message delivery and notification of delivery?