Rabbitmq队列高可用的策略

本文介绍了RabbitMQ队列高可用的策略,包括主从同步、故障转移、失败恢复、确认机制以及消费者通知。在节点故障时,RabbitMQ会避免未同步的从节点接管以防止消息丢失,但可以通过配置选择牺牲一致性以保证可用性。
摘要由CSDN通过智能技术生成

1、 RabbitMQ will keep the existing master around until at least one other slave has synchronised (even if this is a long time). However, once synchronisation has occurred    things will proceed just as if the node had failed: consumers will be disconnected from the master and will need to reconnect.

当rabbitmq  设置了队列高可用后,会先把至少一个slave节点同步完成,然后才提供作用。

2、If you stop a RabbitMQ node which contains the master of a mirrored queue, some slave on some other node will be promoted to the master (assuming there is a synchronised slave; see below). If you continue to stop nodes then you will reach a point where a mirrored queue has no more slaves: it exists only on one node, which is now its master. If the mirrored queue was declared durable then, if its last remaining node is shutdown, durable messages in the queue will survive the restar

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值