Class EventSourcedProducerQueue$


  • public class EventSourcedProducerQueue$
    extends java.lang.Object
    DurableProducerQueue that can be used with ProducerController for reliable delivery of messages. It is implemented with Event Sourcing and stores one event before sending the message to the destination and one event for the confirmation that the message has been delivered and processed.

    The DurableProducerQueue.LoadState request is used at startup to retrieve the unconfirmed messages.