Uses of Interface
org.apache.activemq.broker.region.policy.SlowConsumerStrategy
Packages that use SlowConsumerStrategy
Package
Description
Region abstraction and implementations in the Broker.
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 SlowConsumerStrategyModifier and TypeMethodDescriptionBaseDestination.getSlowConsumerStrategy()Destination.getSlowConsumerStrategy()DestinationFilter.getSlowConsumerStrategy()Methods in org.apache.activemq.broker.region with parameters of type SlowConsumerStrategyModifier and TypeMethodDescriptionvoidBaseDestination.setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy) -
Uses of SlowConsumerStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement SlowConsumerStrategyModifier and TypeClassDescriptionclassAbort 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.classAbort 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 SlowConsumerStrategyMethods in org.apache.activemq.broker.region.policy with parameters of type SlowConsumerStrategyModifier and TypeMethodDescriptionvoidPolicyEntry.setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy)