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
brianoliver
changed the title
Introduce option to use JMX without JMX/RMI etc configured
Introduce Option to use JMX without JMX/RMI etc configured
May 18, 2016
In order for the JmxFeature to be enabled, Java Applications must be configured with one or more Java System Properties that enable JMX.
This however in unnecessary when using Oracle Bedrock as we can tunnel most JMX requests as RemoteRunnables and RemoteCallables.
For the most part we can implement all of the standard JMX APIs and delegate them over-the-wire to a local Platform MBean Server.
The text was updated successfully, but these errors were encountered: