Answer Posted / 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 |
Post New Answer View All Answers
Explain about message selector?
What is the use of jmstemplate in spring?
What is jms destination?
Is jms a message broker?
What are the different parts of a jms message?
How to Configure Open JMS?
What is jms queue?
What is jms connection factory in weblogic?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
Explain about publish model?
Does kafka support jms?
Can we send message from one server to another server using jms?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
Can we send e-mail messages using JMS?
What is asynchronous messaging?