Skip to content

Commit 24e183d

Browse files
Correct a logical contradiction in the Blue Green deployment guide
1 parent 6cdaff8 commit 24e183d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/blue-green-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ The principle of [federated queues](./federated-queues) is that the consumers
5656
now connected to "green" will get messages published to "blue" as long as there are
5757
no consumers in "blue" (local consumers take precedence).
5858

59-
Here is an example to federate all queues. In this example, the "blue" cluster
60-
is the upstream and the "green" one is the downstream.
59+
Here is an example to federate all queues. In this example,
60+
the "green" cluster is the upstream and the "blue" one is the downstream.
6161

62-
First define the upstream on "green" and point it to "blue":
62+
First define the upstream on "blue" and point it to "green":
6363

6464
<Tabs groupId="examples">
6565
<TabItem value="bash" label="rabbitmqctl with bash" default>

versioned_docs/version-3.13/blue-green-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The principle of [federated queues](./federated-queues) is that the consumers
6060
now connected to "green" will get messages published to "blue" as long as there are
6161
no consumers in "blue" (local consumers take precedence).
6262

63-
Here is an example to federate all queues. In this example, the "blue" cluster
64-
is the upstream and the "green" one is the downstream.
63+
Here is an example to federate all queues. In this example,
64+
the "green" cluster is the upstream and the "blue" one is the downstream.
6565

66-
First define the upstream on "green" and point it to "blue":
66+
First define the upstream on "blue" and point it to "green":
6767

6868
<Tabs groupId="examples">
6969
<TabItem value="bash" label="rabbitmqctl with bash" default>

versioned_docs/version-4.0/blue-green-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ The principle of [federated queues](./federated-queues) is that the consumers
5656
now connected to "green" will get messages published to "blue" as long as there are
5757
no consumers in "blue" (local consumers take precedence).
5858

59-
Here is an example to federate all queues. In this example, the "blue" cluster
60-
is the upstream and the "green" one is the downstream.
59+
Here is an example to federate all queues. In this example,
60+
the "green" cluster is the upstream and the "blue" one is the downstream.
6161

62-
First define the upstream on "green" and point it to "blue":
62+
First define the upstream on "blue" and point it to "green":
6363

6464
<Tabs groupId="examples">
6565
<TabItem value="bash" label="rabbitmqctl with bash" default>

versioned_docs/version-4.1/blue-green-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ The principle of [federated queues](./federated-queues) is that the consumers
5656
now connected to "green" will get messages published to "blue" as long as there are
5757
no consumers in "blue" (local consumers take precedence).
5858

59-
Here is an example to federate all queues. In this example, the "blue" cluster
60-
is the upstream and the "green" one is the downstream.
59+
Here is an example to federate all queues. In this example,
60+
the "green" cluster is the upstream and the "blue" one is the downstream.
6161

62-
First define the upstream on "green" and point it to "blue":
62+
First define the upstream on "blue" and point it to "green":
6363

6464
<Tabs groupId="examples">
6565
<TabItem value="bash" label="rabbitmqctl with bash" default>

0 commit comments

Comments
 (0)