[jboss-jira] [JBoss JIRA] (WFLY-3325) The WildFly Console is not able to display the JMS Metrics
RH Bugzilla Integration (JIRA)
issues at jboss.org
Thu May 8 08:13:56 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFLY-3325:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1051991
> 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