Skip to content
Discussion options

You must be logged in to vote

A couple of things.

  1. Your expectation about when a negative publisher acknowledgement (confirm) is sent is off: it will not be sent when the message cannot be routed. For that, see mandatory routing and returned messages. basic.nack will be sent when the queue process cannot accept an ingress message (due to a failure of some kind, a lack of quorum, things like that: nothing to do with routing, as this happens after the routing step)
  2. RabbitMQ 3.8 has reached end of life in July 2022

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #8395 on May 29, 2023 09:34.