disabling classic_queue_mirroring prevents rabbit from starting #9842
-
Hello! We've been trying to set the On RabbitMQ version: 3.13.0-alpha.256 To reproduce, rabbitmq.conf only has one line: and I've created one classic queue, with a HA policy applied to it.
I also can't find a reference to what the format would be for the advanced config file? Tried below to no avail:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@markus812498 you are explicitly telling RabbitMQ to not permit a deprecated feature. See ac05652. |
Beta Was this translation helpful? Give feedback.
-
I don't see why anyone would configure this in |
Beta Was this translation helpful? Give feedback.
"Deny the usage" means that nodes won't start if an explicitly disabled feature is used. Ignoring a feature would mean that you'd have to have monitoring in place since most users don't pay any attention to logs before it hits the fan.
In 4.0, classic mirrored queue policies won't have any effect. With 3.13, they can still be used but you can opt in to prohibit their usage, with very visible consequences.
If you cannot accept the consequences, do not disable the feature.