Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14688

[GSS](7.1.z) HAL-1455 - Messages Added to a JMS topic is always displayed 0 in the management console

    XMLWordPrintable

Details

    • EAP 7.1.3

    Description

      Messages Added to a JMS topic is always displayed 0 in the management console

      Runtime -> Subsystems -> Messaging - ActiveMQ ->View ->Topics ->Topic Metrics

      http://localhost:9990/console/App.html#activemq-metrics;name=default check the Topic Metrics

      CLI gives the correct statistics

      [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default/jms-topic=TestTopic:read-resource(include-runtime=true)
      {
          "outcome" => "success",
          "result" => {
              "delivering-count" => 0,
              "durable-message-count" => 28,
              "durable-subscription-count" => 2,
              "entries" => ["java:jboss/exported/jms/topic/TestTopic"],
              "legacy-entries" => undefined,
              "message-count" => 28L,
              "messages-added" => 28L,
              "non-durable-message-count" => 0,
              "non-durable-subscription-count" => 0,
              "subscription-count" => 2,
              "temporary" => false,
              "topic-address" => "jms.topic.TestTopic"
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              chaowan@redhat.com Chao Wang
              rhn-support-shsingh Shailendra Singh
              Peter Mackay Peter Mackay
              Peter Mackay Peter Mackay
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: