Class OldestMessageEvictionStrategy
java.lang.Object
org.apache.activemq.broker.region.policy.MessageEvictionStrategySupport
org.apache.activemq.broker.region.policy.OldestMessageEvictionStrategy
- All Implemented Interfaces:
MessageEvictionStrategy
An eviction strategy which evicts the oldest message first (which is the
default).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.broker.region.MessageReference[]evictMessages(LinkedList messages) Find the message reference in the given list with oldest messages at the front and newer messages at the endMethods inherited from class org.apache.activemq.broker.region.policy.MessageEvictionStrategySupport
getEvictExpiredMessagesHighWatermark, setEvictExpiredMessagesHighWatermark
-
Constructor Details
-
OldestMessageEvictionStrategy
public OldestMessageEvictionStrategy()
-
-
Method Details
-
evictMessages
Description copied from interface:MessageEvictionStrategyFind the message reference in the given list with oldest messages at the front and newer messages at the end- Returns:
- the message that has been evicted.
-