Uses of Interface
org.apache.activemq.memory.list.MessageList
-
Packages that use MessageList 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 -
-
Uses of MessageList in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return MessageList Modifier and Type Method Description protected MessageListFixedSizedSubscriptionRecoveryPolicy. createMessageList()MessageListFixedSizedSubscriptionRecoveryPolicy. getBuffer()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageList Modifier and Type Method Description voidFixedSizedSubscriptionRecoveryPolicy. setBuffer(MessageList buffer) -
Uses of MessageList in org.apache.activemq.memory.list
Classes in org.apache.activemq.memory.list that implement MessageList Modifier and Type Class Description classDestinationBasedMessageListAn 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.classSimpleMessageListA simple fixed sizeMessageListwhere there is a single, fixed size list that all messages are added to for simplicity.
-