Open brianoliver opened 8 years ago
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.
This issue was imported from JIRA ORACLETOOLS-325
Reported by @brianoliver
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.