2017-10-24 15:20:37 -04:00
|
|
|
# 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.
|
|
|
|
|
2017-12-22 16:25:21 -05:00
|
|
|
This example shows how to manage ActiveMQ Artemis using [JMX](http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html)
|
2017-10-24 15:20:37 -04:00
|
|
|
|
|
|
|
## More information
|
|
|
|
|
2017-12-22 16:25:21 -05:00
|
|
|
* [Java management guide](https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html)
|