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

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 5: Line 5:
: <tt>{hornetq-folder}/bin/start.sh</tt>
: <tt>{hornetq-folder}/bin/start.sh</tt>
: <tt>/etc/init.d/messaging start</tt>
: <tt>/etc/init.d/messaging start</tt>
'''To stop the Messaging Server:'''
'''To stop the Messaging Server:'''
# Stop the messaging server:
: <tt>/etc/init.d/messaging stop</tt>
#: <tt>/etc/init.d/messaging stop</tt>
: <tt>{hornetq-folder}/bin/stop.sh</tt>
#: <tt>{hornetq-folder}/bin/stop.sh</tt>

Revision as of 02:41, 24 January 2014

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

To start the Messaging Server:

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

To stop the Messaging Server:

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