Depends on https://github.com/rabbitmq/rabbitmq-server/pull/2475, which allows all queue types to return empty values for unknown keys. Without the server changes, the list_queues command was broken when requesting type specific keys such as queue slaves.
Types of Changes
[x] Bug fix (non-breaking change which fixes issue #NNNN)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems)
[ ] Documentation improvements (corrections, new content, etc)
Depends on https://github.com/rabbitmq/rabbitmq-server/pull/2475, which allows all queue types to return empty values for unknown keys. Without the server changes, the
list_queues
command was broken when requesting type specific keys such as queue slaves.Types of Changes
Checklist
CONTRIBUTING.md
document