Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brianoliver opened this issue May 9, 2016 · 2 comments
Open

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

brianoliver opened this issue May 9, 2016 · 2 comments

Comments

@brianoliver
Copy link
Contributor

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
Copy link
Contributor Author

Reported by @brianoliver

@brianoliver
Copy link
Contributor Author

This issue was imported from JIRA ORACLETOOLS-325

@brianoliver brianoliver self-assigned this May 16, 2016
@brianoliver brianoliver added this to the FUTURE milestone May 16, 2016
@brianoliver 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
@brianoliver brianoliver modified the milestones: 4.x, FUTURE Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant