nack
Sends a negative acknowledgment (nack) to the specified queue for the given message ID, optionally resetting the visibility timeout (VT) to a new duration.
Return
A Result containing the new visibility timeout, wrapped in a success or failure state.
Parameters
queue
The name of the queue to which the negative acknowledgment is sent.
id
The unique identifier of the message to be negatively acknowledged.
vt
The duration to set for the new visibility timeout after the nack. Defaults to zero duration.