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:''' | ||
{ | : <tt>{hornetq-folder}/bin/start.sh</tt> | ||
: <tt>/etc/init.d/messaging start</tt> | |||
'''To stop the Messaging Server:''' | '''To stop the Messaging Server:''' | ||
# Stop the messaging server: | |||
#: <tt>/etc/init.d/messaging stop</tt> | |||
#: <tt>{hornetq-folder}/bin/stop.sh</tt> |
Revision as of 02:40, 24 January 2014
Start the messaging server after application server instances have been started.
To start the Messaging Server:
- {hornetq-folder}/bin/start.sh
- /etc/init.d/messaging start
To stop the Messaging Server:
- Stop the messaging server:
- /etc/init.d/messaging stop
- {hornetq-folder}/bin/stop.sh