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
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What is the difference between JMS and RPC (Remote Procedure Call)?
What is a text message?
How to write junit test cases for jms?
What are the steps to send and receive JMS message ?
What are the steps involved in configuring the jms?
How to Configure Open JMS?
How to handle the exception caused by jms?
What is the functionality of jms message consumers?
What are the components of JMS?
Is ibm mq jms compliant?
What is jms and activemq?
Which messaging modes are included in the java messaging service jms )?
How can third-party jdbc driver be used with jms?
How do I configure jdbc so that the jms jdbc store recovers automatically?