[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

dimitris@jboss.org do-not-reply at jboss.com
Wed Oct 25 12:29:41 EDT 2006


The 2 examples are equivalent. The 2nd was the initial syntax, the 1st was a more generic extension that allowed the plugin-in of arbitrary filter factorys.

I've provided already 4 filter factories that all work by 'enabling' what you want to receive.

It wouldn't be very hard to extend those or write your own filter factory that works by instead 'disabling' what you don't want to receive.

However, when it comes to the notifications emitted by the MBeanServerDelegate mbean, there is little point in disabling those 2 notifications types, because those are the only notifications this mbean produces. If you don't want to receive them, simply remove this mbean from the subscription list.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980755#3980755

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980755



More information about the jboss-user mailing list