Negatively acknowledges the processing of a message from a queue.
Optional requeue: booleanIf true, requeues the message.
Optional allUpTo: booleanIf true, negatively acknowledges all messages up to and including the current message.
Acknowledges the successful processing of a message from a queue.
Optional allUpTo: booleanIf true, acknowledges all messages up to and including the current message.
A function that negatively acknowledges the processing of a message from a queue.