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 SlowConsumerStrategy
BaseDestination. getSlowConsumerStrategy()
SlowConsumerStrategy
Destination. getSlowConsumerStrategy()
SlowConsumerStrategy
DestinationFilter. getSlowConsumerStrategy()
Methods in org.apache.activemq.broker.region with parameters of type SlowConsumerStrategy Modifier and Type Method Description void
BaseDestination. 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 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.class
AbortSlowConsumerStrategy
Abort 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 SlowConsumerStrategy
PolicyEntry. getSlowConsumerStrategy()
Methods in org.apache.activemq.broker.region.policy with parameters of type SlowConsumerStrategy Modifier and Type Method Description void
PolicyEntry. setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy)
-