How JMS is different from RPC?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the point-to-point model in jms?

508


What is jms message?

471


Which types of jdbc databases does weblogic jms support?

445


How to send xml message to jms queue using java?

503


For sending messages through JMS, what encryption options are there?

505






Why do we use message queue?

469


What is a JMS client?

545


What is the procedure to configure jms security?

512


What does jms stand for?

453


What are the types of communication provided by jms?

458


What are the components of JMS?

522


What is use of jms?

468


What is a connection factory?

449


What is a jms server?

436


What is the advantage of persistent message delivery compared to nonpersistent delivery?

450