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 to send xml message to jms queue using java?
what is distributed queues and topics and how they works
What is synchronous messaging?
What are the components of JMS?
What is Publish/Subscribe approach?
What is use of jms?
What is the difference between Jms and Jvt ?
What are the different elements present in JMS?
What are the components of a jms messaging application?
Can we send message from one server to another server using jms?
Which jms standard interface defines the methods to create the different types of messages?
What is the use of jms? Can we send message from one server to another server using jms?