activemq-artemis/examples/features/standard/jmx-ssl
Justin Bertram 53bfb47b34 NO-JIRA fix JMX examples 2018-02-26 19:12:14 +00:00
..
src/main NO-JIRA fix JMX examples 2018-02-26 19:12:14 +00:00
pom.xml NO-JIRA fix JMX examples 2018-02-26 19:12:14 +00:00
readme.md NO-JIRA fix JMX examples 2018-02-26 19:12:14 +00:00

readme.md

JMX Management Example

To run the example, simply type mvn verify from this directory, or mvn -PnoServer verify if you want to start and create the broker manually.

This example shows how to manage ActiveMQ Artemis using JMX over SSL

Example configuration

ActiveMQ Artemis exposes its managed resources by default on the platform MBeanServer.

To access this MBeanServer remotely, add the following to the management.xml configuration:

<connector connector-port="1099" connector-host="localhost"/>

With these properties, ActiveMQ Artemis broker will be manageable remotely using standard JMX URL on port 1099.

More information