| Package | Description |
|---|---|
| org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
| org.apache.activemq.memory.list |
| Modifier and Type | Method and Description |
|---|---|
protected MessageList |
FixedSizedSubscriptionRecoveryPolicy.createMessageList() |
MessageList |
FixedSizedSubscriptionRecoveryPolicy.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedSizedSubscriptionRecoveryPolicy.setBuffer(MessageList buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DestinationBasedMessageList
An implementation of
MessageList which maintains a separate message
list for each destination to reduce contention on the list and to speed up
recovery times by only recovering the interested topics. |
class |
SimpleMessageList
A simple fixed size
MessageList where there is a single, fixed size
list that all messages are added to for simplicity. |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.