Uses of Interface
org.apache.activemq.broker.region.policy.SlowConsumerStrategy
-
Packages that use SlowConsumerStrategy Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of SlowConsumerStrategy in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return SlowConsumerStrategy Modifier and Type Method Description SlowConsumerStrategyBaseDestination. getSlowConsumerStrategy()SlowConsumerStrategyDestination. getSlowConsumerStrategy()SlowConsumerStrategyDestinationFilter. getSlowConsumerStrategy()Methods in org.apache.activemq.broker.region with parameters of type SlowConsumerStrategy Modifier and Type Method Description voidBaseDestination. setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy) -
Uses of SlowConsumerStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement SlowConsumerStrategy Modifier and Type Class Description classAbortSlowAckConsumerStrategyAbort 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.classAbortSlowConsumerStrategyAbort slow consumers when they reach the configured threshold of slowness, default is slow for 30 secondsMethods in org.apache.activemq.broker.region.policy that return SlowConsumerStrategy Modifier and Type Method Description SlowConsumerStrategyPolicyEntry. getSlowConsumerStrategy()Methods in org.apache.activemq.broker.region.policy with parameters of type SlowConsumerStrategy Modifier and Type Method Description voidPolicyEntry. setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy)
-