File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484they 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+
8790Federation 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}
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484they 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+
8790Federation 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}
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ Federation links connect to upstreams largely the same way an application would.
8484they 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+
8790Federation 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}
You can’t perform that action at this time.
0 commit comments