We have a cluster with three nodes running RabbitMQ 3.10.19 on ERL 25.3. There are a number of quorum queues where all members are offline (they have been decommissioned). We want these queues to only have members from the currently active nodes, and we are OK with recreating the queues. So far, we've tried the following:
Remove the queues using the management UI. This operation fails and the UI becomes unresponsive
Remove member from the queue using the rabbitmq-queues CLI. This operation fails with the following error message "no_more_servers_to_try" and 3x timeouts
Adding a new (existing) member to the queue also fails, with "no_more_servers_to_try" and 3x nodedown
Attached are screenshots from the management UI.
Any thought on how we can interact with these queues?
Best regards,
Pär