B.2 Stopping, Starting, and Restarting the ActiveMQ Service

If you have installed ActiveMQ, Identity Governance starts it from within the Apache 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.

B.2.1 Linux Examples for the ActiveMQ Service

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

B.2.2 Windows Examples for the ActiveMQ Service

On Windows, you start, stop, and restart ActiveMQ by starting, stopping, and restarting Apache Tomcat. For more information, see Stopping, Starting, and Restarting the Apache Tomcat Service.