"Deprecated features are being used" after upgrade to 2.13.0 #10804
-
Hi folks, I got this message in the web interface after upgrade. Steps :
As the message in the interface is certainly caused by this feature flag, how can I enable it ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for using RabbitMQ. As the message states, you are using a deprecated feature, If you want your data to be mirrored, you must use only quorum queues. |
Beta Was this translation helpful? Give feedback.
-
Hi Luke, after deleting all HA policies, everything is fine. Thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Thanks for using RabbitMQ.
As the message states, you are using a deprecated feature,
classic_queue_mirroring
. This means that at least one classic queue in your cluster has a HA policy that applies to it.If you want your data to be mirrored, you must use only quorum queues.