Uses of Interface
org.apache.activemq.broker.region.policy.MessageEvictionStrategy
-
Packages that use MessageEvictionStrategy 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 MessageEvictionStrategy in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return MessageEvictionStrategy Modifier and Type Method Description MessageEvictionStrategyTopicSubscription. getMessageEvictionStrategy()Methods in org.apache.activemq.broker.region with parameters of type MessageEvictionStrategy Modifier and Type Method Description voidTopicSubscription. setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages -
Uses of MessageEvictionStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement MessageEvictionStrategy Modifier and Type Class Description classMessageEvictionStrategySupportA useful base class for implementation inheritence.classOldestMessageEvictionStrategyAn eviction strategy which evicts the oldest message first (which is the default).classOldestMessageWithLowestPriorityEvictionStrategyAn eviction strategy which evicts the oldest message with the lowest priority first.classUniquePropertyMessageEvictionStrategyAn eviction strategy which evicts the oldest message within messages with the same property valueMethods in org.apache.activemq.broker.region.policy that return MessageEvictionStrategy Modifier and Type Method Description MessageEvictionStrategyPolicyEntry. getMessageEvictionStrategy()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageEvictionStrategy Modifier and Type Method Description voidPolicyEntry. setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages
-