Difference between revisions of "Managing the Messaging Server: DEPRECATED"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 3: Line 3:


'''To start the Messaging Server:'''
'''To start the Messaging Server:'''
: <tt>{hornetq-folder}/bin/start.sh</tt>
: <tt>{hornetq-folder}/bin/startmessaging.sh</tt>
: <tt>/etc/init.d/messaging start</tt>
: <tt>/etc/init.d/messaging start</tt>



Revision as of 01:20, 10 April 2014

Start the messaging server after application server instances have been started.

To start the Messaging Server:

{hornetq-folder}/bin/startmessaging.sh
/etc/init.d/messaging start

To stop the Messaging Server:

/etc/init.d/messaging stop
{hornetq-folder}/bin/stop.sh