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:'''
# On the messaging server:
# <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:'''
# <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:08, 24 January 2014

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

To start the Messaging Server:

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

To stop the Messaging Server:

  1. /etc/init.d/messaging stop
  2. {hornetq-folder}/bin/stop.sh{/tt>