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 a queued message?

0 Answers  


How do I handle request/response using jms?

0 Answers  


How Does the JMS Work with the J2EE ?

1 Answers  


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

0 Answers  


Why do we use jms?

0 Answers  






What are the core JMS-related objects required for each JMS-enabled application?

1 Answers  


What is Destination ?

1 Answers  


What is the difference between queue and topic ?

1 Answers  


What is the difference between java mail and jms queue?

0 Answers  


Can jms be used to send an email?

0 Answers  


Do text messages use data?

0 Answers  


Why is jms used?

0 Answers  


Categories