method RabbitMQAdapter.prototype.nack RabbitMQAdapter.prototype.nack(queue: string,id: string,options?: NackOptions): Promise<void> Rejects a message, optionally requeuing or sending to dead letter queue. Parameters queue: string id: string optional options: NackOptions Return Type Promise<void>