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

JMXNotificationManager does not unsubscribe NotificationListener from local MBean Server #1280

Open
activeeon-bot opened this issue Aug 18, 2014 · 0 comments

Comments

@activeeon-bot
Copy link

Original issue created by Marek Zawirski on 18, Aug 2014 at 15:17 PM - PALIGHT-71


When NotificationListener is registered through JMXNotificationManager.subscribe(ObjectName, NotificationListener) on local JMX MBean Server, it can not be unregistered through JMXNotificationManager.unsubscribe(ObjectName, NotificationListener).
Provided objectName is not in allListeners map, so method returns immediatelly with warning, leaving listener still subscribed.

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

2 participants