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 |
How does the Application server handle the JMS Connection?
What is jms and how it works?
Explain about session interface?
How do I start wls and configure jms?
What is meant by jms?
What is the point-to-point model in jms?
What is a map message?
Mention the difference between durable and non-durable subscription?
Is rabbitmq a jms?
List types of Messaging services supported by JMS?
How to create an ejb session in order to start a jms connection?
What is queue connection factory?