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 use of connection factory in jms?
What is poison messages? And how to handle poison messages?
Why do we use jms?
What is the difference between queue and topic ?
What is a topic string?
What is asynchronous messaging?
How JMS is different from RPC?
What are Messaging Domains?
What is the difference between BytesMessage and StreamMessage?
What is the difference between pub/sub and Point to Point i.e. p2p. ?
What is jms queue?
Does kafka support jms?