Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageEvictionStrategy |
TopicSubscription.getMessageEvictionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
TopicSubscription.setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)
Sets the eviction strategy used to decide which message to evict when the
slow consumer needs to discard messages
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
MessageEvictionStrategy |
PolicyEntry.getMessageEvictionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntry.setMessageEvictionStrategy(MessageEvictionStrategy messageEvictionStrategy)
Sets the eviction strategy used to decide which message to evict when the
slow consumer needs to discard messages
|
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.