Package org.apache.activemq.broker.region.cursors
Cursors used to page persistent messages into the broker from the store
-
Interface Summary Interface Description PendingList PendingMessageCursor Interface to pending message (messages awaiting disptach to a consumer) cursor -
Class Summary Class Description AbstractPendingMessageCursor Abstract method holder for pending message (messages awaiting disptach to a consumer) cursorAbstractStoreCursor Store based cursorFilePendingMessageCursor persist pending messages pending message (messages awaiting dispatch to a consumer) cursorOrderedPendingList PendingMessageHelper PendingNode PrioritizedPendingList QueueDispatchPendingList An abstraction that keeps the correct order of messages that need to be dispatched to consumers, but also hides the fact that there might be redelivered messages that should be dispatched ahead of any other paged in messages.StoreDurableSubscriberCursor persist pending messages pending message (messages awaiting dispatch to a consumer) cursorStoreQueueCursor Store based Cursor for QueuesVMPendingMessageCursor hold pending messages in a linked list (messages awaiting disptach to a consumer) cursor