1 Reply Latest reply on Dec 15, 2015 4:46 AM by mayerw01

    No JMS destination monitoring in Wildfly 10?

    silvaran

      I'm trying out Wildfly 10.  I noticed in the management console there's no way to monitor JMS destinations for message count/messages added like there was in 8.x.  The messaging subsystem itself seems to work just fine otherwise.  But it's not listed in Runtime -> Subsystems.

        • 1. Re: No JMS destination monitoring in Wildfly 10?
          mayerw01

          You may check these figures via jconsole (jboss.as:subsystem=messaging-activemq,server=default,jms-queue=yourQueueName)

          or via jboss-cli (eg /subsystem=messaging-activemq/server=default/jms-queue=yourQueueName:read-attribute(name=message-count)

          You might need to enable staticstics before (Configuration -> Messaging -> Provider Settings)

          1 of 1 people found this helpful