3.5 Stopping, Starting, and Restarting ActiveMQ

Identity Governance installs ActiveMQ and starts it from within the Tomcat service. Some installation and configuration tasks require stopping ActiveMQ before completing the steps and then starting it afterwards.

3.5.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

3.5.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.