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

ARTEMIS-587 add more JSON JMX mgmt methods to core #662

Closed
wants to merge 1 commit into from

Conversation

jbertram
Copy link
Contributor

No description provided.


Set<RemotingConnection> connections = server.getRemotingService().getConnections();

for (RemotingConnection connection : connections) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this wait until the json change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's fine with me.

@jbertram
Copy link
Contributor Author

I rebased this on John's recent JSON changes.

}
finally {
blockOnIO();
}
return array.toString();
Copy link
Contributor

Choose a reason for hiding this comment

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

Shoot, just noticed this error. As soon as this PR is in I'll fix the other place.

@asfgit asfgit closed this in fbfbef5 Jul 26, 2016
@jbertram jbertram deleted the ARTEMIS-587 branch January 2, 2018 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants