JMX
The micronaut-jmx module includes support for exposing Micronaut management endpoints over JMX.
A bean will be created for the management bean server based on configuration.
For this project, you can find a list of releases (with release notes) here:
implementation("io.micronaut.jmx:micronaut-jmx")If the management dependency is also on the classpath, management beans will be created for all endpoints by default.
You can find the source code of this project in this repository: