This plugin adds information on federation link status to the management plugin.
In recent releases, this plugin ships with RabbitMQ. Enable it with
rabbitmq-plugins enable rabbitmq_management rabbitmq_federation_management If you have a heterogenous cluster (where the nodes have different plugins installed), this should be installed on the same nodes as the management plugin.
The HTTP API endpoints allow for retrieval of federation links:
# lists all links GET /api/federation-links # lists links in a vhost GET /api/federation-links/{vhost} To build the plugin, use
make dist and see under the ./plugins directory.
(c) Pivotal Software Inc, 2007-2017.
See LICENSE for license information.