java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetNextMessageReadyForDelivery

public class GetNextMessageReadyForDelivery extends Object
Query the next Queued Message (i.e. not including Dead Letter Messages) that's ready to be delivered to a DurableQueueConsumer
Note this method MUST be called within an existing UnitOfWork IF using TransactionalMode.FullyTransactional
Operation also matched DurableQueuesInterceptor.intercept(GetNextMessageReadyForDelivery, InterceptorChain)