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 the role of JMS in enterprise solution development?
What is the important part of JMS applications?
What are the types of messaging?
How to send xml message to jms queue using java?
What is Destination ?
Which messaging modes are included in the java messaging service jms )?
What is JMS API Architecture?
How to handle non-transacted sessions with respect to jms?
How the jms is different from rpc?
What are the functionalities of a jms provider?
What is a jms server?
What is a jms listener?