Skip to content

RabbitMQ Using Blue-Green Deployment Strategy #10784

Closed Answered by michaelklishin
Pramod34 asked this question in Q&A
Discussion options

You must be logged in to vote

The Blue-Green Deployment guide explains the idea in details. Specifically, right in the first paragraph it says:

Blue-green deployment is an upgrade strategy that is based on the idea of setting up a second RabbitMQ cluster (the "green" one) next to the current production cluster (the "blue" one)

The idea is to create a new cluster, import existing definitions there and move your applications in a certain manner, using queue federation as a temporary way to transfer messages to the new cluster where the consumers are (they move first).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants