Skip to content
Discussion options

You must be logged in to vote

@oskar-wicht "connection draining" is not a term used anywhere in our docs. I assume you mean Maintenance mode.

None of the protocols RabbitMQ support have a provision for such "shutdown notifications". A connection to a node can fail at any moment, which is why explicit confirmations for both consumers and (less commonly) publishers exist in every protocol. All outstanding deliveries are automatically requeued.

If a node is stopped, the assumption is that a client reconnects to another node. So what would such a "shutdown advisory" really add is less than obvious to me.

In any case, you are welcome to go ahead and try to contribute a solution to

When a connection is in the recovering st…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oskar-wicht
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants