Skip to content

Commit 39dda42

Browse files
Federation guide updates
1 parent ceedb1d commit 39dda42

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/federation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484
they can connect to a specific vhost, use TLS, use multiple
8585
[authentication mechanisms](./authentication).
8686

87+
Typically, federation is used to connect remote clusters. However, it can also be used
88+
to move data between [virtual hosts](./vhosts) within the same cluster.
89+
8790
Federation documentation is organized as a number of more focussed guides:
8891

8992
* [Exchange federation](./federated-exchanges): for replicating a flow of messages through an exchange to a remote cluster
@@ -99,7 +102,8 @@ Two steps are involved in setting up federation:
99102
or the [federation management plugin](https://github.com/rabbitmq/rabbitmq-federation-management) which
100103
adds a federation management tab to the [management UI](./management).
101104
* To enable federation, one or more [policies](./parameters#policies) that match exchanges or queues must be declared.
102-
The policy will make them federated.
105+
The policy will make the matched objects (e.g. exchanges) federated, and one federation link
106+
(connection to other nodes) will be started for every match
103107

104108

105109
## Getting Started {#getting-started}

versioned_docs/version-3.13/federation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484
they can connect to a specific vhost, use TLS, use multiple
8585
[authentication mechanisms](./authentication).
8686

87+
Typically, federation is used to connect remote clusters. However, it can also be used
88+
to move data between [virtual hosts](./vhosts) within the same cluster.
89+
8790
Federation documentation is organized as a number of more focussed guides:
8891

8992
* [Exchange federation](./federated-exchanges): for replicating a flow of messages through an exchange to a remote cluster
@@ -99,7 +102,8 @@ Two steps are involved in setting up federation:
99102
or the [federation management plugin](https://github.com/rabbitmq/rabbitmq-federation-management) which
100103
adds a federation management tab to the [management UI](./management).
101104
* To enable federation, one or more [policies](./parameters#policies) that match exchanges or queues must be declared.
102-
The policy will make them federated.
105+
The policy will make the matched objects (e.g. exchanges) federated, and one federation link
106+
(connection to other nodes) will be started for every match
103107

104108

105109
## Getting Started {#getting-started}

versioned_docs/version-4.0/federation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484
they can connect to a specific vhost, use TLS, use multiple
8585
[authentication mechanisms](./authentication).
8686

87+
Typically, federation is used to connect remote clusters. However, it can also be used
88+
to move data between [virtual hosts](./vhosts) within the same cluster.
89+
8790
Federation documentation is organized as a number of more focussed guides:
8891

8992
* [Exchange federation](./federated-exchanges): for replicating a flow of messages through an exchange to a remote cluster
@@ -99,7 +102,8 @@ Two steps are involved in setting up federation:
99102
or the [federation management plugin](https://github.com/rabbitmq/rabbitmq-federation-management) which
100103
adds a federation management tab to the [management UI](./management).
101104
* To enable federation, one or more [policies](./parameters#policies) that match exchanges or queues must be declared.
102-
The policy will make them federated.
105+
The policy will make the matched objects (e.g. exchanges) federated, and one federation link
106+
(connection to other nodes) will be started for every match
103107

104108

105109
## Getting Started {#getting-started}

0 commit comments

Comments
 (0)