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 without password protection follow the below steps:
- 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> - Restart the ActiveMQ service after making the above changes.