2.6 Stopping, Starting, and Restarting ActiveMQ

If you have installed ActiveMQ, Identity Governance starts it from within the Tomcat service. Some installation and configuration tasks require stopping ActiveMQ before completing the steps and then starting it afterwards. The following examples guide these processes.

2.6.1 Linux Examples for ActiveMQ

To stop ActiveMQ:

systemctl stop identity_activemq.service

To start ActiveMQ:

systemctl start identity_activemq.service

To restart ActiveMQ:

systemctl restart identity_activemq.service

To show the status of the ActiveMQ service:

systemctl status identity_activemq.service

2.6.2 Windows Examples for ActiveMQ

On Windows, you start, stop, and restart ActiveMQ by starting, stopping, and restarting Tomcat. For more information, see Windows Examples for Tomcat.