RabbitMQ - How I do configure servers for zero-downtime upgrades?

Posted by Terence Johnson on Server Fault See other posts from Server Fault or by Terence Johnson
Published on 2014-08-24T16:12:58Z Indexed on 2014/08/24 16:21 UTC
Read the original article Hit count: 340

Having read through the docs and RabbitMQ in Action, creating a RabbitMQ cluster seems straightforward enough, but upgrading or patching an existing RabbitMQ cluster seems to require the whole cluster to be restarted.

Is there a way to combine clustering, shovel, federation, and load balancing to make a rolling upgrade possible without losing queues or messages, or have I missed something slightly more obvious?

© Server Fault or respective owner

Related posts about cluster

Related posts about high-availability