rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.84k stars 3.9k forks source link

4.x: consider removing `x-cancel-on-ha-failover` consumer argument now that classic queue mirroring is gone #11540

Closed michaelklishin closed 4 days ago

michaelklishin commented 1 week ago

As a follow-up to #9815, we can consider dropping x-cancel-on-ha-failover, a consumer argument that's rarely used in practice.

It is not entirely obvious to me, what the rabbit_channel of x-cancel-on-ha-failover should do now: always recover? For classic (no longer replicated) queues the choice is less obvious.