| <server>
  |     <mbean code="notificationMbean.NotificationListener"
  |            name="notificationMbean:name=NotificationListener">
  | 
  |       <attribute name="SubscriptionList">
  |       
  |                     <subscription-list>
  |                     <mbean name="jboss.system:type=Server">
  |                       <!--  <filter 
factory="NotificationFilterSupportFactory">
  |                         <enable type="org.jboss.system.server.stopped"/>
  |                       </filter>
  |                        -->
  |                       <notification type="org.jboss.system.server.stopped"/>
  |                     </mbean>
  |                     </subscription-list>
  |                     
  |       <!-- 
  |         <subscription-list>
  |           <mbean name="*:service=invoker,*" handback="anObject"/>
  |           <mbean name="jboss.monitor:*"/>
  |              <notification type="JBOSS_MONITOR_NOTIFICATION"/>
  |           <mbean name="JMImplementation:type=MBeanServerDelegate">
  |             <notification type="JMX.mbean.registered"/>
  |           </mbean>
  |         </subscription-list>
  |        -->        
  |       </attribute>
  |     </mbean>
  | </server>

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

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

Reply via email to