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 MessageEvictionStrategy
TopicSubscription. getMessageEvictionStrategy()
Methods in org.apache.activemq.broker.region with parameters of type MessageEvictionStrategy Modifier and Type Method Description void
TopicSubscription. 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 class
MessageEvictionStrategySupport
A useful base class for implementation inheritence.class
OldestMessageEvictionStrategy
An eviction strategy which evicts the oldest message first (which is the default).class
OldestMessageWithLowestPriorityEvictionStrategy
An eviction strategy which evicts the oldest message with the lowest priority first.class
UniquePropertyMessageEvictionStrategy
An 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 MessageEvictionStrategy
PolicyEntry. getMessageEvictionStrategy()
Methods in org.apache.activemq.broker.region.policy with parameters of type MessageEvictionStrategy Modifier and Type Method Description void
PolicyEntry. setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)
Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages
-