Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-400

The WildFly Console is not able to display the JMS Metrics

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.2.10
    • None
    • Subsystem Monitoring
    • None
    • Hide
      • Hit the URL http://localhost:9990/console/App.html#jms-metrics
      • Select the Runtime tab in the top tab bar.
      • Select a server from the Change Server drop down that has active queues or topics
      • Under Server Status / Subsystems, select JMS Destinations
      • Under the Messages section, all info shows zeros
      • Under the Consumer section, consumer count show zerometrics
      Show
      Hit the URL http://localhost:9990/console/App.html#jms-metrics Select the Runtime tab in the top tab bar. Select a server from the Change Server drop down that has active queues or topics Under Server Status / Subsystems, select JMS Destinations Under the Messages section, all info shows zeros Under the Consumer section, consumer count show zerometrics
    • Hide

      Use CLI in order to get the JMS Metrics:

      [standalone@localhost:9990 /] /subsystem=messaging/hornetq-server=default/jms-queue=TestQ:read-resource(include-runtime=true,include-defaults=true)
      
      Show
      Use CLI in order to get the JMS Metrics: [standalone@localhost:9990 /] /subsystem=messaging/hornetq-server= default /jms-queue=TestQ:read-resource(include-runtime= true ,include-defaults= true )

      • Where as the CLI command as following can show the JMS metrics properly.
        [standalone@localhost:9990 /] /subsystem=messaging/hornetq-server=default/jms-queue=TestQ:read-resource(include-runtime=true,include-defaults=true)
        {
            "outcome" => "success",
            "result" => {
                "consumer-count" => 0,
                "dead-letter-address" => "jms.queue.DLQ",
                "delivering-count" => 0,
                "durable" => false,
                "entries" => ["java:jboss/exported/TestQ"],
                "expiry-address" => "jms.queue.ExpiryQueue",
                "message-count" => 1L,
                "messages-added" => 4L,
                "paused" => false,
                "queue-address" => "jms.queue.TestQ",
                "scheduled-count" => 0L,
                "selector" => undefined,
                "temporary" => false
            }
        }
        

            rhn-support-hbraun Heiko Braun
            jaysensharma Jay SenSharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: