9 lines
437 B
Markdown
9 lines
437 B
Markdown
|
# 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](http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/)
|
||
|
|
||
|
## More information
|
||
|
|
||
|
* [Java management guide](http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html)
|