admin管理员组文章数量:1344403
I am new to RabbitMQ and am trying to implement a clustered node setup. We are using RabbitMQ 3.11.11 with Erlang 25.3. I also have an HA policy to mirror queues in the cluster with the following settings:
Basically we have an architecture running a multinode client/server model where each server is also running RabbitMQ (along with other services) and each server can be self-standing. One server is designated as the "primary" where other servers are "auxiliary" and can take over primary status for a variety of reasons.
With this architecture, servers can be brought down and come up in various orders and from my reading, RabbitMQ really wants the last node in the cluster that goes down to be the first that comes back up. I can't guarantee that happens.
Is there a way to tell RabbitMQ that when all nodes are down and one comes up (whether it was the last node or not) to just let it come up and then allow any other node to come up and rejoin the cluster? I have read about the force_boot command but I am not really sure when and how to use it (does the service need to be running? Does the app need to be running? Should I use it when all nodes come up? Go down? Etc) or is there another way to do what I want to do?
Lastly, I realize this might cause messages to be lost.
Thank you.
本文标签: erlangHow to ensure RabbitMQ comes back on line when all cluster nodes are shutdownStack Overflow
版权声明:本文标题:erlang - How to ensure RabbitMQ comes back on line when all cluster nodes are shutdown - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743744832a2531563.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论