|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageList | |
---|---|
org.apache.activemq.broker.region.policy | The policies which can be associated with a particular destination or wildcard. |
org.apache.activemq.memory.list |
Uses of MessageList in org.apache.activemq.broker.region.policy |
---|
Methods in org.apache.activemq.broker.region.policy that return MessageList | |
---|---|
protected MessageList |
FixedSizedSubscriptionRecoveryPolicy.createMessageList()
|
MessageList |
FixedSizedSubscriptionRecoveryPolicy.getBuffer()
|
Methods in org.apache.activemq.broker.region.policy with parameters of type MessageList | |
---|---|
void |
FixedSizedSubscriptionRecoveryPolicy.setBuffer(MessageList buffer)
|
Uses of MessageList in org.apache.activemq.memory.list |
---|
Classes in org.apache.activemq.memory.list that implement MessageList | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |