Hi Jaya,

Please see my comments below.

jayachandra wrote:

Hi!
When I invoked a call.invokeBlocking() routine, internally it is simulated using invokeNonBlocking() using a call back mechanism.

invokeBlocking() will use invokeNonBlocking() if you send and receive using two different instances of transports. In the other case, meaning when you use the same transport to send and receive, we are not using invokeNonBlocking() for invokeBlocking case. Just a small clarification ;).

Regards,
Chinthaka


Reply via email to