Package | Description |
---|---|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.