Uses of Class
org.apache.activemq.broker.region.policy.MessageEvictionStrategySupport

Packages that use MessageEvictionStrategySupport
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
 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.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.