public interface JMSEndpointStats extends Stats
Modifier and Type | Method and Description |
---|---|
CountStatistic |
getExpiredMessageCount()
Number of messages that expired before delivery.
|
CountStatistic |
getMessageCount()
Number of messages sent or received.
|
TimeStatistic |
getMessageWaitTime()
Time spent by a message before being delivered.
|
CountStatistic |
getPendingMessageCount()
Number of pending messages.
|
getStatistic, getStatisticNames, getStatistics
CountStatistic getMessageCount()
CountStatistic getPendingMessageCount()
CountStatistic getExpiredMessageCount()
TimeStatistic getMessageWaitTime()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.