Closed
Description
TL;DR
Currently connections via JMX are not supported in native images. This work is to add initial support for that.
Goals
Achieve similar functionality as in OpenJDK where remote management of managed beans is possible. JMX support will be optionally added at image build time through --enable-montioring=jmxclient,jmxserver
options.
Details
Building a JMX server or client should be possible. Connection should work with authentication as well as SSL. When a JMX server is built and run with remote JMX options, the server should start up right away at runtime similar to in OpenJDK. Configuration will be done in separate client and server features for modularity.
Metadata
Metadata
Assignees
Type
Projects
Status
Released