There are no functional changes to this massive diff. |
||
---|---|---|
.. | ||
priv/www/js | ||
src | ||
test | ||
BUILD.bazel | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
LICENSE-APACHE2-ExplorerCanvas | ||
LICENSE-BSD-base64js | ||
LICENSE-MIT-EJS10 | ||
LICENSE-MIT-Flot | ||
LICENSE-MIT-Sammy060 | ||
LICENSE-MIT-jQuery164 | ||
LICENSE-MPL-RabbitMQ | ||
Makefile | ||
README.md | ||
app.bzl |
README.md
RabbitMQ Federation Management Plugin
This plugin adds information on federation link status to the management plugin.
Installation
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.
Use over HTTP API
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}
Building From Source
To build the plugin, use
make dist
and see under the ./plugins
directory.
Copyright and License
(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
See LICENSE
for license information.