public interface LocalQueueMBean extends LocalDestinationMBean
JMX interface for a local JMS Queue
| Modifier and Type | Method and Description |
|---|---|
long |
getAcknowledgedGetCount()
Get the number of acknowledged get operations on this queue (since startup or last reset)
|
long |
getExpiredCount()
Get the number of messages that were removed from this queue because they expired (since startup or last reset)
|
int |
getMemoryStoreUsage()
Get the usage amount (%) for the memory store
|
int |
getPersistentStoreUsage()
Get the usage amount (%) for the memory store
|
long |
getReceivedFromQueueCount()
Get the number of messages received from this queue (since startup or last reset)
|
long |
getRollbackedGetCount()
Get the number of rollbacked get operations on this queue (since startup or last reset)
|
long |
getSentToQueueCount()
Get the number of messages sent to this queue (since startup or last reset)
|
getAverageCommitTime, getMaxCommitTime, getMinCommitTime, getRegisteredConsumersCount, getSize, resetStatsgetAutoExtendAmount, getBlockSize, getInitialBlockCount, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getStorageSyncMethod, isPreAllocateFiles, isTemporary, isUseJournallong getSentToQueueCount()
long getReceivedFromQueueCount()
long getAcknowledgedGetCount()
long getRollbackedGetCount()
long getExpiredCount()
int getMemoryStoreUsage()
int getPersistentStoreUsage()
Copyright © 2019. All rights reserved.