interface NackOptions

Options for negative acknowledgment.

Properties

optional
requeue: boolean

Requeue the message instead of dead-letter routing

optional
delay: number

Delay before the message is requeued

optional
deadLetter: boolean

Explicit dead letter queue target

Usage

import { type NackOptions } from ".";