coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce Option to use JMX without JMX/RMI etc configured #325

Open brianoliver opened 8 years ago

brianoliver commented 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.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-325

brianoliver commented 8 years ago

Reported by @brianoliver