Hi Team
Given that I have
"ha-sync-mode":"manual", "ha-promote-on-shutdown":"when-synced", and this in my RabbitMQ logs - "Mirrored queue 'statuschange' in vhost '/': Stopping all nodes on master shutdown since no synchronised mirror (replica) is available".
In the above documentation link, it is mentioned to delete the queue and redeclare it to start using the queue again.
but in my case the queue delete operation is timing out(I have tried queue_delete using rabbitmqctl and also curl DELETE request to management API). In such cases is it safe to go ahead and use this command - rabbitmqctl eval 'rabbit_amqqueue:internal_delete({resource,<<"prod">>,queue,<<"x1">>}).'
and then expect that queue will be deleted and queue declare will work and the queue can be used.
Please clarify on the above query.
Thanks.