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

public class AcknowledgeMessageAsHandled extends Object
Mark the message as acknowledged - this operation also deletes the messages from the Queue
Note this method MUST be called within an existing UnitOfWork IF using TransactionalMode.FullyTransactional
Operation also matches DurableQueuesInterceptor.intercept(AcknowledgeMessageAsHandled, InterceptorChain)