Methods Summary |
---|
public JMSConsumerStats[] | getConsumers()Returns an array of JMSConsumerStats that provide statistics about the message
consumers associated with the referencing JMS session statistics.
|
public CountStatistic | getDurableSubscriptionCount()Number of durable subscriptions.
|
public CountStatistic | getExpiredMessageCount()Number of expired messages.
|
public CountStatistic | getMessageCount()Number of messages exchanged.
|
public TimeStatistic | getMessageWaitTime()Time spent by a message before being delivered.
|
public CountStatistic | getPendingMessageCount()Number of pending messages.
|
public JMSProducerStats[] | getProducers()Returns an array of JMSProducerStats that provide statistics about the message
producers associated with the referencing JMS session statistics.
|