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 |
What is jms message queue?
How does the Application server handle the JMS Connection?
What is the difference between Message producer and Message consumer?
What is the use of jms server in weblogic?
What is a JMS client?
Explain the difference between topic and queue?
How to handle non-transacted sessions with respect to jms?
For sending messages through JMS, what encryption options are there?
Explain the creation of JMS Administered objects?
What is poison messages? And how to handle poison messages?
How to handle the exception caused by jms?
What is Publish/Subscribe approach?