java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.Outboxes.DurableQueueBasedOutboxes
All Implemented Interfaces:
Outboxes
Enclosing interface:
Outboxes

public static class Outboxes.DurableQueueBasedOutboxes extends Object implements Outboxes
Outboxes variant that uses DurableQueues as the underlying implementation.
ONLY in cases where the underlying DurableQueues is associated with a UnitOfWorkFactory will the Outbox message consumption be performed within UnitOfWork, otherwise message consumption isn't performed with a UnitOfWork