Skip to content

How do AutomaticRecoveryEnabled and amq.rabbitmq.reply-to interact? #1778

Closed Answered by michaelklishin
innominateAtWork asked this question in Q&A
Discussion options

You must be logged in to vote

amq-rabbitmq.reply-to entirely depends on channel state. By definition, when a TCP connection is lost, all channels are discarded by the server (not instantly but shortly after) and all pending Direct Reply-to state goes with it.

As the docs explain, you can always switch to use a client-named unique durable queue for responses.
There's nothing wrong with that as long as you do not declare a new queue per request, or if you do, they are exclusive classic queues.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@innominateAtWork
Comment options

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