public interface LocalTopicMBean extends LocalDestinationMBean
Implementation for a local JMS Topic
| Modifier and Type | Method and Description |
|---|---|
long |
getDispatchedFromTopicCount()
Get the number of messages dispatched from this topic (since startup or last reset)
|
int |
getIndexedSubscriptionsCount()
Get the number of indexed subscriptions on this topic
|
long |
getSentToTopicCount()
Get the number of messages sent to this topic (since startup or last reset)
|
int |
getSubscriptionsCount()
Get the number of active subscriptions on this topic
|
getAverageCommitTime, getMaxCommitTime, getMinCommitTime, getRegisteredConsumersCount, getSize, resetStatsgetAutoExtendAmount, getBlockSize, getInitialBlockCount, getJournalOutputBuffer, getMaxBlockCount, getMaxJournalSize, getMaxNonPersistentMessages, getMaxUncommittedStoreSize, getMaxUnflushedJournalSize, getMaxWriteBatchSize, getName, getStorageSyncMethod, isPreAllocateFiles, isTemporary, isUseJournallong getSentToTopicCount()
long getDispatchedFromTopicCount()
int getSubscriptionsCount()
int getIndexedSubscriptionsCount()
Copyright © 2021. All rights reserved.