org.apache.activemq.broker.jmx
Interface AbortSlowConsumerStrategyViewMBean
- All Known Implementing Classes:
- AbortSlowConsumerStrategyView
public interface AbortSlowConsumerStrategyViewMBean
getMaxSlowCount
long getMaxSlowCount()
setMaxSlowCount
void setMaxSlowCount(long maxSlowCount)
getMaxSlowDuration
long getMaxSlowDuration()
setMaxSlowDuration
void setMaxSlowDuration(long maxSlowDuration)
getCheckPeriod
long getCheckPeriod()
getSlowConsumers
TabularData getSlowConsumers()
throws OpenDataException
- Throws:
OpenDataException
abortConsumer
void abortConsumer(ObjectName consumerToAbort)
abortConnection
void abortConnection(ObjectName consumerToAbort)
abortConsumer
void abortConsumer(String objectNameOfConsumerToAbort)
abortConnection
void abortConnection(String objectNameOfConsumerToAbort)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.