You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: