1.

What Is The Difference Between Jms And Rpc (remote Procedure Call)?

Answer»

The basic DIFFERENCE between JMS and RPC lies in the way they message. JMS uses asynchronous messaging type while, RPC CREATES SYNCHRONOUS messaging type. The method invoker in RPC, waits for the method to finish execution and RETURN back the control to the invoker. In JMS the message sender just sends the message to the destination and continues its own processing.

The basic difference between JMS and RPC lies in the way they message. JMS uses asynchronous messaging type while, RPC creates synchronous messaging type. The method invoker in RPC, waits for the method to finish execution and return back the control to the invoker. In JMS the message sender just sends the message to the destination and continues its own processing.



Discussion

No Comment Found