Package org.apache.activemq.broker.jmx
Interface TopicSubscriptionViewMBean
- All Superinterfaces:
SubscriptionViewMBean
- All Known Implementing Classes:
TopicSubscriptionView
-
Method Summary
Methods inherited from interface org.apache.activemq.broker.jmx.SubscriptionViewMBean
getClientId, getConnection, getConnectionId, getConsumedCount, getDequeueCounter, getDestinationName, getDispatchedCounter, getDispatchedQueueSize, getEnqueueCounter, getMaximumPendingMessageLimit, getMessageCountAwaitingAcknowledge, getPendingQueueSize, getPrefetchSize, getPriority, getSelector, getSessionId, getSubscriptionId, getSubscriptionName, getUserName, isActive, isDestinationQueue, isDestinationTemporary, isDestinationTopic, isDispatchAsync, isDurable, isExclusive, isMatchingQueue, isMatchingTopic, isNetwork, isNoLocal, isRetroactive, isSlowConsumer, resetStatistics, setSelector
-
Method Details
-
getDiscardedCount
int getDiscardedCount()- Returns:
- the number of messages discarded due to being a slow consumer
-
getMaximumPendingQueueSize
int getMaximumPendingQueueSize()- Returns:
- the maximun number of messages that can be pending.
-
setMaximumPendingQueueSize
void setMaximumPendingQueueSize(int max)
-