Contact
DMCA
Privacy
Robuta
https://www.javapedia.net/JMS/1074
How JMS (Java messaging service) is different from RPC (Remote Procedure call)?
JMS provides asynchronous messaging while RPC is synchronous. In RPC the client who invokes the method need to wait for the method to complete the execution...
java messaging service
different from
jms
rpc
remote