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
What is a JMS client?
What is the main parts of jms applications?
What are the types of communication provided by jms?
What is jms message broker?
What are the components of JMS?
What happens when jms queue is full?
What is the difference between jms and mq?
How does jms queue work?
How to send xml message to jms queue using java?
How do I configure jdbc so that the jms jdbc store recovers automatically?
Can you use a foreign jms provider to drive an mdb transactionally?
What is JMS administered object?
What is the jms client?
What is JMS API Architecture?
Do text messages use data?