[jopr-dev] Re: [Jopr] - JBoss Messaging custom queue's not being discovered

Heiko W.Rupp hwr at redhat.com
Thu Feb 19 11:47:16 EST 2009


Hello,


> I would like to monitor my JBoss Messaging message queue's. These  
> queue's have custome JMX domain names. For example:  
> com.docmorris.log.destination:name=log.esb.dlq,service=Queue


Indeed - They are discovered if they follow this naming scheme:
jboss.messaging.destination:service=Queue,name=%name%| 
jboss.esb.*:service=Queue,name=%name%
(same for topic)

You can edit the plugin-descriptor for the JbossAS plugin and add your  
pattern there - something like

jboss.messaging.destination:service=Queue,name=%name%| 
jboss.esb.*:service=Queue,name=%name%| 
com.docmorris.*:service=Queue,name=%name%

We can't just discoveri .*:service=Queue,name=%name% --as this will  
clash with e.g.
resources from JBossMQ

-- 
Reg. Adresse: Red Hat GmbH, Otto-Hahn-Strasse 20, 85609 Dornach bei  
Muenchen
Handelsregister: Amtsgericht Muenchen HRB 153243
Geschaeftsfuehrer: Brendan Lane, Charlie Peters, Michael Cunningham,  
Werner Knoblich




More information about the jopr-dev mailing list