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

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 3: Line 3:
# First, start the application server(s).
# First, start the application server(s).
# On the HornetQ server:
# On the HornetQ server:
#: <tt>{hornetq-folder}/bin/start.sh{/tt>
#: <tt>{hornetq-folder}/bin/start.sh</tt>
# On the appserver system:
# 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:
# On the appserver system(s):
#:<tt>/etc/init.d/messaging stop</tt>
#:<tt>/etc/init.d/messaging stop</tt>
# On the HornetQ server:
# On the HornetQ server:
#: <tt>{hornetq-folder}/bin/stop.sh{/tt>
#: <tt>{hornetq-folder}/bin/stop.sh{/tt>
# Then the application server(s) can be stopped.
# Then the application server(s) can be stopped.

Revision as of 01:58, 24 January 2014

To start the Messaging Server:

  1. First, start the application server(s).
  2. On the HornetQ server:
    {hornetq-folder}/bin/start.sh
  3. On the appserver system(s):
    /etc/init.d/messaging start

To stop the Messaging Server:

  1. On the appserver system(s):
    /etc/init.d/messaging stop
  2. On the HornetQ server:
    {hornetq-folder}/bin/stop.sh{/tt>
  3. Then the application server(s) can be stopped.