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

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Warn|1=
<br>
<br>
'''This feature has been deprecated and should not be used with the latest versions of AgileApps. This document is no longer being updated.'''
}}
<includeonly>===Managing the Messaging Server===</includeonly>
<includeonly>===Managing the Messaging Server===</includeonly>
Start the messaging server after application server instances have been started.
Start the messaging server after application server instances have been started.


'''To start the Messaging Server:'''
'''To start the Messaging Server:'''
# <tt>{hornetq-folder}/bin/start.sh</tt>
: <tt>{hornetq-folder}/bin/startmessaging.sh</tt>
# <tt>/etc/init.d/messaging start</tt>
: <tt>/etc/init.d/messaging start</tt>


'''To stop the Messaging Server:'''
'''To stop the Messaging Server:'''
# <tt>/etc/init.d/messaging stop</tt>
: <tt>/etc/init.d/messaging stop</tt>
# <tt>{hornetq-folder}/bin/stop.sh{/tt>
: <tt>{hornetq-folder}/bin/stop.sh</tt>

Latest revision as of 09:01, 27 August 2021

Warn.png

Warning:

This feature has been deprecated and should not be used with the latest versions of AgileApps. This document is no longer being updated.


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

To start the Messaging Server:

{hornetq-folder}/bin/startmessaging.sh
/etc/init.d/messaging start

To stop the Messaging Server:

/etc/init.d/messaging stop
{hornetq-folder}/bin/stop.sh