Hi. guys. I have a question of RabbitMQ Clustering mode. and I use Pika library.<div><br></div><div>I made a Rabbitmq cluster with 3 nodes.</div><div><br></div><div>Originally, there are 1 disk node and 2 ram nodes.</div><div><br></div><div>It worked well.</div><div><br></div><div>but when I kill the process of node1.</div><div><br></div><div>the queue_declare command failed( queue name is "task_queue" )</div><div><br></div><div>and I couldn't make it again unless I recovred it.</div><div><br></div><div>but when i changed the queue name. It works well again.</div><div><br></div><div>Please, Tell me the mechanism of RabbitMQ Cluster Mode when some nodes fail.</div><div><br></div><div>It is hart for me to understand the source code, due to writing in Erlang.</div><div><br></div><div>Thank you.</div><div><br></div><div><br></div>