Open mkuratczyk opened 21 hours ago
@mkuratczyk in 3.13.x
it will be effective for virtual hosts that have at least some metadata. It also can be configured per virtual host in 3.13.x
and this is not a problem in 4.0.x
. It's just 3.13.x
ran out of community support before we have gotten to backport the fix and the test suite refactoring it depended on in main
.
The docs for 3.13.x
do not even mention default_queue_type
in rabbitmq.conf
any more for that reason.
As for injecting the default into definitions, we already do this for GET /api/queues/{vhost}
and such, so it makes sense.
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.