Thank you for the prompt replies. Unfortunalty removing the mbean from the 
subscription does not stop the messages from coming in. Is this something by 
defeault all MBeans register to?

this is what I removed:
<mbean name="JMImplementation:type=MBeanServerDelegate">
  |                   <filter factory="NotificationFilterSupportFactory">
  |                      <enable type="JMX.mbean.registered"/>
  |                      <enable type="JMX.mbean.unregistered"/>
  |                   </filter>
  |                </mbean>


this is the config:

  | <mbean code="com.bfm.app.monitoring.ViewserverJMXNotificationHandler" 
  |           name="jboss.monitor:service=ViewserverMonitoring" >
  |       <attribute name="SubscriptionList">
  |          <subscription-list>
  |             <mbean name="jboss.monitor:service=MemoryMonitor">
  |                <notification type="jboss.alarm.memory"/>           
  |             </mbean>
  |             <mbean name="jboss.monitor:service=JDBCMonitor">
  |                <notification type="jboss.notification.jdbc"/>
  |             </mbean>
  |             <mbean 
name="jboss.system:service=Logging,type=ViewserverNotificationAppender">
  |                <notification type="jboss.notification.logging"/> 
  |             </mbean>
  |          </subscription-list>
  |       </attribute>
  |    </mbean>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980862
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to