0 Replies Latest reply on Sep 9, 2009 1:26 AM by arjunpnair

    SNMP configuration in JBoss

      Hi All,

      Iam trying to configure SNMP in my Jboss Application. I have enabled the SNMP for default server. I have one mbean for jboss messaging. I wanted to configure the traps for this particular mbean.

      <mbean code="org.jboss.jms.server.destination.QueueService"
       name="jboss.messaging.destination:service=Queue,name=INBOUNDQUEUE"
       xmbean-dd="xmdesc/Queue-xmbean.xml">
       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
       <depends>jboss.messaging:service=PostOffice</depends>
       </mbean>


      I know that i need to do the mapping in notification.xml as well as jboss-service.xml. But i don't know how to do it (Syntax and all).

      Can someone send the configuration for the above so that i will be able to do it for remaining mbeans also.

      Please someone help me in doing it.

      Thanks in Advance,

      Regards,
      Arjun