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