You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
fniephaus, nayeem-kamal, essobedo, ThoSap and sureshg