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

Move linking mbean to jmxservice #65

Merged
merged 2 commits into from
Sep 18, 2020
Merged

Conversation

breedx-nr
Copy link
Contributor

This resolves #61

This moves the registration of the linking metadata mbean into the jmxservice.

I picked up a little bit of campsite cleanup around the ServiceFactory usage in the JMXService as well.

@@ -97,6 +92,7 @@ public void addJmxAttributeProcessor(JmxAttributeProcessor attributeProcessor) {
@Override
protected void doStart() {
if (enabled) {
registerAgentMBeans();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we want to have a specific config for this? Not just jmx as a whole

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #62 buddy. We want to do small incremental/progressive changes.

@gfuller1 gfuller1 merged commit 0e37ab7 into main Sep 18, 2020
@gfuller1 gfuller1 deleted the move_linking_mbean_to_jmxservice branch September 18, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate LinkingMetadataMBean registration to JMXService.
2 participants