Package org.apache.activemq.broker.jmx
Interface TopicSubscriptionViewMBean
-
- All Superinterfaces:
SubscriptionViewMBean
- All Known Implementing Classes:
TopicSubscriptionView
public interface TopicSubscriptionViewMBean extends SubscriptionViewMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDiscardedCount()
int
getMaximumPendingQueueSize()
void
setMaximumPendingQueueSize(int max)
-
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 Detail
-
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)
-
-