We're upgrading our RMQ to the latest patch release of 3.12, and likely to 3.13. We have existing classic queues and have configured the setting in rabbitmq.conf (via the RabbitMQCluster definition in k8s) to set its default version to 2, which will apparently apply to all new queues. The question then becomes verifying the queue version for existing queues. Is there a way to query or verify for such?
Things tried, all of which just show the queue type as "classic":
- rabbitmqctl list_queues
- rabbitmqctl export_definitions
- curling api/definitions
- curling api/queues