public interface LocalDestinationMBean extends DestinationDescriptorMBean
JMX interface for a local JMS destination
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageCommitTime()
Get the average commit time for this queue (milliseconds)
|
long |
getMaxCommitTime()
Get the maximum commit time for this queue (milliseconds)
|
long |
getMinCommitTime()
Get the minimum commit time for this queue (milliseconds)
|
int |
getRegisteredConsumersCount()
Get the number of currently registered consumers on this destination
|
int |
getSize()
Get the destination size (number of contained messages)
|
void |
resetStats()
Reset statistics on this destination
|
getAutoExtendAmount, getBlockSize, getInitialBlockCount, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getStorageSyncMethod, isPreAllocateFiles, isTemporary, isUseJournalvoid resetStats()
int getSize()
int getRegisteredConsumersCount()
long getMinCommitTime()
long getMaxCommitTime()
double getAverageCommitTime()
Copyright © 2021. All rights reserved.