You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a clean install of RabbitMQ 4.0.4 and configuring deprecated_features.permit.transient_nonexcl_queues = false in /etc/rabbitmq/rabbitmq.conf, creating a queue via the RabbitMQ Management Interface, I get the message "Deprecated features are being used".
If I look in "Admin -> Deprecated features" I see that transient_nonexcl_queues is "in_use". This also occurs when I use a stream queue or quorum queue.
I would expect this message to not show when I create a new queue (of any type).
Perhaps I'm misunderstanding how these feature flags work. But I would expect this feature to not be enabled (?) or usable upon a fresh install of RabbitMQ 4.0.4
Reproduction steps
Install RabbitMQ
Add deprecated_features.permit.transient_nonexcl_queues = false to the config file
Restart RabbitMQ
Create a queue of any type
See the message
See that transient_nonexcl_queues is "in_use"
Expected behavior
To not have transient_nonexcl_queues is "in_use" when creating a new queue in a fresh RabbitMQ 4.0.4 install