Hello,
I have about 1500 quorum queues on the rabbitmq cluster.
I want to remove all quorum queues with one command or policy.
I have tried to remove them with a policy but it removed only classic queues. I also tried to remove them with "rabbitmqctl delete_queue <queue_name>" command but It is not removing them quickly. Is there any command to remove them quickly with one command?