brew install apache-activemq
Modify the the activemq.xml located at /usr/local/Cellar/activemq/5.15.8/libexec/conf (general installation location) to have the following xml snippet
This will enable us to access the activemq use the JMXToolBox
<managementContext>
<managementContext createConnector="true"/>
</managementContext>
Start the activemq using the command
activemq console
https://github.com/jmstoolbox/jmstoolbox/wiki/2.5-Setup-for-Apache-ActiveMQ