Class SimpleMessageList

  • All Implemented Interfaces:
    MessageList

    public class SimpleMessageList
    extends Object
    implements MessageList
    A simple fixed size MessageList where there is a single, fixed size list that all messages are added to for simplicity. Though this will lead to possibly slow recovery times as many more messages than is necessary will have to be iterated through for each subscription.