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