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> | ||
'''To start the Messaging Server:''' | '''To start the Messaging Server:''' | ||
:<tt>/etc/init.d/messaging start</tt> | # First, start the application server(s). | ||
# On the HornetQ server: | |||
#: <tt>{hornetq-folder}/bin/start.sh{/tt> | |||
# On the appserver system: | |||
#:<tt>/etc/init.d/messaging start</tt> | |||
'''To stop the Messaging Server:''' | '''To stop the Messaging Server:''' | ||
:<tt>/etc/init.d/messaging stop</tt> | # On the appserver system: | ||
#:<tt>/etc/init.d/messaging stop</tt> | |||
# On the HornetQ server: | |||
#: <tt>{hornetq-folder}/bin/stop.sh{/tt> | |||
# Then the application server(s) can be stopped. |
Revision as of 01:58, 24 January 2014
To start the Messaging Server:
- First, start the application server(s).
- On the HornetQ server:
- {hornetq-folder}/bin/start.sh{/tt>
- On the appserver system:
- /etc/init.d/messaging start
To stop the Messaging Server:
- On the appserver system:
- /etc/init.d/messaging stop
- On the HornetQ server:
- {hornetq-folder}/bin/stop.sh{/tt>
- Then the application server(s) can be stopped.