Re: Is JMS the right thing for simple asynchronous message passing?
Posted By:
Jerry_Smith
Posted On:
Thursday, April 19, 2001 12:41 PM
Yes, JMS is a common solution. It is not necessary
to have a participating JMS server on each node. For
this scenario, a single JMS server could provide the
message handling for all participating nodes. The JMS
server could be located on one of the nodes, or on
a neutral network host/node.