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

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
<includeonly>===Managing the Messaging Server===</includeonly>
<includeonly>===Managing the Messaging Server===</includeonly>
Start the messaging server after application server instances have been started.
'''To start the Messaging Server:'''
'''To start the Messaging Server:'''
# First, start the application server(s).
# On the messaging server:
# On the HornetQ server:
#: <tt>{hornetq-folder}/bin/start.sh</tt>
#: <tt>{hornetq-folder}/bin/start.sh</tt>
# On the appserver system(s):
#: <tt>/etc/init.d/messaging start</tt>
#:<tt>/etc/init.d/messaging start</tt>


'''To stop the Messaging Server:'''
'''To stop the Messaging Server:'''
# On the appserver system(s):
# <tt>/etc/init.d/messaging stop</tt>
#:<tt>/etc/init.d/messaging stop</tt>
# <tt>{hornetq-folder}/bin/stop.sh{/tt>
# On the HornetQ server:
#: <tt>{hornetq-folder}/bin/stop.sh{/tt>
# Then the application server(s) can be stopped.

Revision as of 02:05, 24 January 2014

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

To start the Messaging Server:

  1. On the messaging server:
    {hornetq-folder}/bin/start.sh
    /etc/init.d/messaging start

To stop the Messaging Server:

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