Interface | Description |
---|---|
MessageCounterManager |
Class | Description |
---|---|
MessageCounter |
This class stores message count informations for a given queue
At intervals this class samples the queue for message count data
Note that the underlying queue *does not* update statistics every time a message
is added since that would reall slow things down, instead we *sample* the queues at
regular intervals - this means we are less intrusive on the queue
|
MessageCounter.DayCounter |
Internal day counter class for one day hour based counter history
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.