[jboss-jira] [JBoss JIRA] (WFLY-3636) Improve monitoring of JMS pooled connection in JBoss CLI

Tom Ross (JIRA) issues at jboss.org
Thu Jul 17 04:10:30 EDT 2014


     [ https://issues.jboss.org/browse/WFLY-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Ross updated WFLY-3636:
---------------------------

    Description: 
At the moment there is no way of monitoring pooled JMS connections in JBoss CLI. It would be nice there was something similar to pool statics available for JDBC pools:
{noformat}
"pool" => {
                "ActiveCount" => "0",
                "AvailableCount" => "0",
                "AverageBlockingTime" => "0",
                "AverageCreationTime" => "0",
                "CreatedCount" => "0",
                "DestroyedCount" => "0",
                "InUseCount" => "0",
                "MaxCreationTime" => "0",
                "MaxUsedCount" => "0",
                "MaxWaitCount" => "0",
                "MaxWaitTime" => "0",
                "TimedOut" => "0",
                "TotalBlockingTime" => "0",
                "TotalCreationTime" => "0",
                "statistics-enabled" => false
            } 
{noformat}

  was:
At the moment there is no way of monitoring pooled JMS connections in JBoss CLI. It would be nice there was something similar to pool statics available for JDBC pools:

"pool" => {
                "ActiveCount" => "0",
                "AvailableCount" => "0",
                "AverageBlockingTime" => "0",
                "AverageCreationTime" => "0",
                "CreatedCount" => "0",
                "DestroyedCount" => "0",
                "InUseCount" => "0",
                "MaxCreationTime" => "0",
                "MaxUsedCount" => "0",
                "MaxWaitCount" => "0",
                "MaxWaitTime" => "0",
                "TimedOut" => "0",
                "TotalBlockingTime" => "0",
                "TotalCreationTime" => "0",
                "statistics-enabled" => false
            } 



> Improve monitoring of JMS pooled connection in JBoss CLI
> --------------------------------------------------------
>
>                 Key: WFLY-3636
>                 URL: https://issues.jboss.org/browse/WFLY-3636
>             Project: WildFly
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: JMS
>    Affects Versions: 8.1.0.Final
>         Environment: JBoss EAP 6.x
>            Reporter: Tom Ross
>            Assignee: Jeff Mesnil
>
> At the moment there is no way of monitoring pooled JMS connections in JBoss CLI. It would be nice there was something similar to pool statics available for JDBC pools:
> {noformat}
> "pool" => {
>                 "ActiveCount" => "0",
>                 "AvailableCount" => "0",
>                 "AverageBlockingTime" => "0",
>                 "AverageCreationTime" => "0",
>                 "CreatedCount" => "0",
>                 "DestroyedCount" => "0",
>                 "InUseCount" => "0",
>                 "MaxCreationTime" => "0",
>                 "MaxUsedCount" => "0",
>                 "MaxWaitCount" => "0",
>                 "MaxWaitTime" => "0",
>                 "TimedOut" => "0",
>                 "TotalBlockingTime" => "0",
>                 "TotalCreationTime" => "0",
>                 "statistics-enabled" => false
>             } 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list