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
How does spring jms listener work?
How to check jms messages in weblogic?
Why do we use message queue?
How to Set message priority levels?
How to read message from jms queue in java?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
What is a bytes message?
What is the use of jms server in weblogic?
Mention the difference between durable and non-durable subscription?
What is jms topic?
What is message listener?
What is spring jms?
What is jms jndi?
Can two jms servers share the same persistent store?
What is jms producer?