Skip to content

[GR-40463] Add experimental support for remote management over JMX to Native Image #4732

Closed
@roberttoyonaga

Description

@roberttoyonaga

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

Type

No type

Projects

Status

Released

Relationships

None yet

Development

No branches or pull requests

Issue actions