How to enable JMX port for ActiveMQ

How to enable JMX port for ActiveMQ

You need to enable JMX port to install the ActiveMQ plugin successfully.

The JMX connection should be enabled in the Apache ActiveMQ installation folder.

To enable it with password protection follow the ActiveMQ Documentation.

To enable it without password protection follow the below steps:
  1. Open the conf/activemq.xml file inside the installation folder of Apache ActiveMQ and change the following attributes:<managementContext>
    <managementContext createConnector="true" connectorPort="1099"/>
    </managementContext>
  2. Restart the ActiveMQ service after making the above changes.