What is a Difference between JSM & RMI
843830Feb 16 2003 — edited Mar 26 2003JMS allows applications to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
The RMI API enables Java technology-based client and server communications over a network.