Acceptor over JMS client

Posted by Admin on 27-Aug-2010 07:36

Can anyone guide me when to use acceptor and when to use jms client. whether there is any advantage of using one over other.Assume on the both end I have java application running.

All Replies

Posted by tsteinbo on 30-Aug-2010 04:17

You will need both. The acceptor is found at the server side (broker) and listening to a particular port. The JMS client then connects to the port from remote.

Thomas

PS.: I suggest posting Sonic related questions in the Sonic sub-forum

This thread is closed