How JMS is different from RPC?



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

Post New Answer

More JMS Interview Questions

What is JMS application ?

1 Answers  


What is JMS provider?

1 Answers  


Which are the benefits of mdb (message driven beans) over standard jms consumers?

0 Answers  


What is hermes jms?

0 Answers  


What is the functionality of a jms message producer?

0 Answers  






Can you use a foreign jms provider to drive an mdb transactionally?

0 Answers  


What is a JMS client?

0 Answers  


What is a remote jms provider?

0 Answers  


What are the three components of a Message ?

1 Answers  


What is text message?

1 Answers  


What is jms queue in weblogic?

0 Answers  


What is a topic?

0 Answers  


Categories