Package | Description |
---|---|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
Modifier and Type | Method and Description |
---|---|
static ObjectName |
BrokerMBeanSupport.createAbortSlowConsumerStrategyName(ObjectName brokerObjectName,
AbortSlowConsumerStrategy strategy) |
static ObjectName |
BrokerMBeanSupport.createAbortSlowConsumerStrategyName(String brokerObjectName,
AbortSlowConsumerStrategy strategy) |
ObjectName |
ManagedRegionBroker.registerSlowConsumerStrategy(AbortSlowConsumerStrategy strategy) |
Constructor and Description |
---|
AbortSlowConsumerStrategyView(ManagedRegionBroker managedRegionBroker,
AbortSlowConsumerStrategy slowConsumerStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
AbortSlowAckConsumerStrategy
Abort slow consumers when they reach the configured threshold of slowness,
default is that a consumer that has not Ack'd a message for 30 seconds is slow.
|
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.