[jboss-jira] [JBoss JIRA] (WFLY-3325) The WildFly Console is not able to display the JMS Metrics
Jay Kumar SenSharma (JIRA)
issues at jboss.org
Thu May 8 08:13:56 EDT 2014
Jay Kumar SenSharma created WFLY-3325:
-----------------------------------------
Summary: The WildFly Console is not able to display the JMS Metrics
Key: WFLY-3325
URL: https://issues.jboss.org/browse/WFLY-3325
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Console
Affects Versions: 8.1.0.Final
Environment: All
Reporter: Jay Kumar SenSharma
Assignee: Heiko Braun
- The WildFly Console is not able to display the JMS Metrics.
http://localhost:9990/console/App.html#jms-metrics
- Where as the CLI command as following can show the JMS metrics properly.
{code}
[standalone at 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
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list