Uses of Interface
org.apache.activemq.broker.region.policy.MessageEvictionStrategy
Packages that use MessageEvictionStrategy
Package
Description
Region abstraction and implementations in the Broker.
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 MessageEvictionStrategyMethods in org.apache.activemq.broker.region with parameters of type MessageEvictionStrategyModifier and TypeMethodDescriptionvoidTopicSubscription.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 MessageEvictionStrategyModifier and TypeClassDescriptionclassA useful base class for implementation inheritence.classAn eviction strategy which evicts the oldest message first (which is the default).classAn eviction strategy which evicts the oldest message with the lowest priority first.classAn eviction strategy which evicts the oldest message within messages with the same property valueMethods in org.apache.activemq.broker.region.policy that return MessageEvictionStrategyMethods in org.apache.activemq.broker.region.policy with parameters of type MessageEvictionStrategyModifier and TypeMethodDescriptionvoidPolicyEntry.setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy) Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages