-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DQT defined in rabbitmq.conf
is not injected into exported definitions
#12776
Comments
@mkuratczyk in The docs for As for injecting the default into definitions, we already do this for |
rabbitmq.conf
is not injected into exported definitions
I a have a prototype for |
default_queue_type is not reflected in definitions export nor /api/vhosts. Additionally, it seems ineffective in 3.13.
Affected versions: 3.13, 4.0, main.
Reproduction steps:
On v3.13.x, I get
foo classic
in that last command, so it seems likedefault_queue_type
is not being applied at all.rabbitmqctl environment
returns
{default_queue_type,rabbit_quorum_queue}
as expected.The text was updated successfully, but these errors were encountered: