Msgs

Queue Nack

Rejects messages, sending them to the dead-letter queue.

Nacked messages will not be re-delivered by queue/receive. Use queue/redrive-dlq to move them back to the queue for reprocessing.

post/api/v1.msgs.queue.nack

Request body

namespacestring nullable
topicstring required
consumer_groupstring required
msg_idsstring[] required

Response

MsgQueueNackOut required

Changes