| Modifier and Type | Method and Description | 
|---|---|
JMSConsumerStats[] | 
getConsumers()
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics. 
 | 
CountStatistic | 
getDurableSubscriptionCount()
Number of durable subscriptions. 
 | 
CountStatistic | 
getExpiredMessageCount()
Number of expired messages. 
 | 
CountStatistic | 
getMessageCount()
Number of messages exchanged. 
 | 
TimeStatistic | 
getMessageWaitTime()
Time spent by a message before being delivered. 
 | 
CountStatistic | 
getPendingMessageCount()
Number of pending messages. 
 | 
JMSProducerStats[] | 
getProducers()
Returns an array of JMSProducerStats that provide statistics about the message producers associated with the referencing JMS session statistics. 
 | 
getStatistic, getStatisticNames, getStatisticsJMSProducerStats[] getProducers()
JMSConsumerStats[] getConsumers()
CountStatistic getMessageCount()
CountStatistic getPendingMessageCount()
CountStatistic getExpiredMessageCount()
TimeStatistic getMessageWaitTime()
CountStatistic getDurableSubscriptionCount()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.