|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageEvictionStrategy | |
---|---|
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 | |
---|---|
MessageEvictionStrategy |
TopicSubscription.getMessageEvictionStrategy()
|
Methods in org.apache.activemq.broker.region with parameters of type MessageEvictionStrategy | |
---|---|
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 | |
---|---|
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 value |
Methods in org.apache.activemq.broker.region.policy that return MessageEvictionStrategy | |
---|---|
MessageEvictionStrategy |
PolicyEntry.getMessageEvictionStrategy()
|
Methods in org.apache.activemq.broker.region.policy with parameters of type MessageEvictionStrategy | |
---|---|
void |
PolicyEntry.setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)
Sets the eviction strategy used to decide which message to evict when the slow consumer needs to discard messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |