Interface QueueFailureAcknowledgement

A function that negatively acknowledges the processing of a message from a queue.

Hierarchy

  • Negatively acknowledges the processing of a message from a queue.

    Parameters

    • Optional requeue: boolean

      If true, requeues the message.

    • Optional allUpTo: boolean

      If true, negatively acknowledges all messages up to and including the current message.

    Returns void

  • Acknowledges the successful processing of a message from a queue.

    Parameters

    • Optional allUpTo: boolean

      If true, acknowledges all messages up to and including the current message.

    Returns void