Uses of Class
org.apache.activemq.broker.region.policy.MessageEvictionStrategySupport
-
Packages that use MessageEvictionStrategySupport Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of MessageEvictionStrategySupport in org.apache.activemq.broker.region.policy
Subclasses of MessageEvictionStrategySupport in org.apache.activemq.broker.region.policy Modifier and Type Class Description 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 value
-