Uses of Interface
org.apache.activemq.memory.list.MessageList
Packages that use MessageList
Package
Description
The policies which can be associated with a particular destination or wildcard.
-
Uses of MessageList in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return MessageListModifier and TypeMethodDescriptionprotected MessageListFixedSizedSubscriptionRecoveryPolicy.createMessageList()FixedSizedSubscriptionRecoveryPolicy.getBuffer()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageListModifier and TypeMethodDescriptionvoidFixedSizedSubscriptionRecoveryPolicy.setBuffer(MessageList buffer) -
Uses of MessageList in org.apache.activemq.memory.list
Classes in org.apache.activemq.memory.list that implement MessageListModifier and TypeClassDescriptionclassAn implementation ofMessageListwhich 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.classA simple fixed sizeMessageListwhere there is a single, fixed size list that all messages are added to for simplicity.