-
Bug
-
Resolution: Done
-
Major
-
7.1.2.GA
-
-
-
-
-
-
CR1
-
Workaround Exists
-
-
EAP 7.1.3
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" } }
- is caused by
-
HAL-1455 Messages Added to a JMS topic is always displayed 0 in the management console
- Resolved
- is incorporated by
-
JBEAP-14650 [GSS](7.1.z) Upgrade HAL from 2.9.16 to 2.9.17
- Closed