Monitoring and management over JMX¶

1 Customizing MBean names¶

application.properties:

endpoints.jmx.domain=myapp
endpoints.jmx.unique-names=true

2 Disabling JMX endpoints¶

endpoints.jmx.enabled=false

3 Using Jolokia for JMX over HTTP¶

<dependency>
    <groupId>org.jolokia</groupId>
    <artifactId>jolokia-core</artifactId>
</dependency>

3.1 Customizing Jolokia¶

jolokia.config.debug=true

3.2 Disabling Jolokia¶

endpoints.jolokia.enabled=false