Hi everyone,
As the release notes for the 4.x series states, classic queue mirroring was removed and classic queues are now standalone.
With RabbitMQ 3.x, I found myself having to set up classic queue mirroring to allow for High Availability to work for (at least) QoS1 with clean sessions, otherwise MQTT connections that are affected by the loss of a node will be refused with CONNACK code 3.
> Enable the quorum queue for MQTT only if CleanSession is False.
> QQs don't support auto-delete flag so in case Clean session is True
> the queue will be a classic queue.
I checked that if we connected with MQTT QoS1 to RabbitMQ 4.0.5, a classic queue is still created today. If classic queue mirroring is removed, how does high availability get implemented with RabbitMQ 4.x? If high availability is no longer possible for MQTT, are there plans to restore it in the future?
Thank you for your time.