[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

leonz11 do-not-reply at jboss.com
Fri Apr 20 07:12:32 EDT 2007


  | <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



More information about the jboss-user mailing list