Micronaut JMX Configuration Reference

Every documented configuration property of Micronaut JMX, with types, descriptions, and defaults.

Micronaut JMX documentation

5 properties across 1 section

Micronaut Jmx Config Properties

Configuration properties for JmxConfiguration

PropertyTypeDescription
jmx.agent-idjava.lang.StringSets the agent id.
jmx.domainjava.lang.StringSets the domain to create a new server with.
jmx.add-to-factorybooleanSets if the server should be kept in the factory. Default true.
jmx.ignore-agent-not-foundbooleanSets to ignore the exception if the agent is not found. Default false.
jmx.register-endpointsbooleanSets if endpoints should be registered. Default true.