Skip to content

Instantly share code, notes, and snippets.

@anandsunderraman
Created December 11, 2018 18:18
Show Gist options
  • Save anandsunderraman/15b9319d60075d3a67d7ba9824e99eff to your computer and use it in GitHub Desktop.
Save anandsunderraman/15b9319d60075d3a67d7ba9824e99eff to your computer and use it in GitHub Desktop.
Apache Active MQ Local Setup

Apache ActiveMQ Local Setup for MaC

Installation

brew install apache-activemq

Setup

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

Start the activemq using the command

 activemq console

Accessing it through JMSToolBox

https://github.com/jmstoolbox/jmstoolbox/wiki/2.5-Setup-for-Apache-ActiveMQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment