Package org.apache.activemq.memory.list
package org.apache.activemq.memory.list
-
ClassDescriptionAn implementation of
MessageListwhich 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.A container of messages which is used to store messages and then replay them later for a given subscription.A simple fixed sizeMessageListwhere there is a single, fixed size list that all messages are added to for simplicity.