mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1148925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b97cdd3c0
commit
9b32b71754
|
@ -53,6 +53,7 @@ public class DestinationStatistics extends StatsImpl {
|
|||
producers = new CountStatisticImpl("producers", "The number of producers that that are publishing messages to the destination");
|
||||
producers.setDoReset(false);
|
||||
messages = new CountStatisticImpl("messages", "The number of messages that that are being held by the destination");
|
||||
messages.setDoReset(false);
|
||||
messagesCached = new PollCountStatisticImpl("messagesCached", "The number of messages that are held in the destination's memory cache");
|
||||
processTime = new TimeStatisticImpl("processTime", "information around length of time messages are held by a destination");
|
||||
addStatistic("enqueues", enqueues);
|
||||
|
|
Loading…
Reference in New Issue