DX Application Performance Management

  • 1.  HORNETQ Metrics in JBOSS

    Posted Jun 18, 2018 12:04 PM

    Hello Community.

    I have to monitor HornetQ queues using JMX on JBOSS.

    You know the name of the Mbean to get metrics about that?

     

    Thanks

     

    Luca



  • 2.  Re: HORNETQ Metrics in JBOSS
    Best Answer

    Broadcom Employee
    Posted Jun 19, 2018 12:15 AM

    Hi Luca,

    I seen some examples from customers using "jboss.as|hornetq*jms-queue*"

    That also seems to map with what I found with a web search.

    Have you tried to use jconsole to view the mbean key names?

     

    Do any other community users have HornetQ JMX experience they can share with Luca?

     

     

    Thanks

     

    Lynn

    P.S.

    Looks like HornetQ has been replaced with Apache ActiveMQ Artemis in JBoss EAP 7 & Wildfly 10.1

    Part I. About Messaging and JBoss EAP 7 - Red Hat Customer Portal 



  • 3.  Re: HORNETQ Metrics in JBOSS

    Posted Jun 19, 2018 09:37 AM

    Hello,

    i solved with this entry in the JMX filter within IntroscopeAgent.profile:

    introscope.agent.jmx.name.filter=org.hornetq*address=jms.queue.<Queue1Name>,org.hornetq*address=jms.queue.<Queue2Name>

     

    Thanks

     

    Luca