Nak negatively acknowledges a message. This tells the server to redeliver the message. Nak does not adhere to AckWait or Backoff configured on the consumer and triggers instant redelivery. For a delayed redelivery, use NakWithDelay.
()
| 64 | // and triggers instant redelivery. For a delayed redelivery, use |
| 65 | // NakWithDelay. |
| 66 | Nak() error |
| 67 | |
| 68 | // NakWithDelay negatively acknowledges a message. This tells the server |
| 69 | // to redeliver the message after the given delay. |
no outgoing calls