rabbitmq-server/deps/rabbitmq_federation_management
Luke Bakken 7fe159edef
Yolo-replace format strings
Replaces `~s` and `~p` with their unicode-friendly counterparts.

```
git ls-files *.erl | xargs sed -i.ORIG -e s/~s>/~ts/g -e s/~p>/~tp/g
```
2022-10-10 10:32:03 +04:00
..
priv/www/js Escape the consumer-tag value in federation mgmt 2021-06-19 09:25:11 +02:00
src Yolo-replace format strings 2022-10-10 10:32:03 +04:00
test Yolo-replace format strings 2022-10-10 10:32:03 +04:00
.gitignore Git: Ignore copied CLI 2019-12-12 13:30:48 +01:00
BUILD.bazel Use the new xref2 macro from rules_erlang 2022-06-09 23:18:28 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Update LICENSE 2020-07-20 10:54:26 +01:00
LICENSE-APACHE2-ExplorerCanvas Add license files 2016-02-16 07:03:53 +03:00
LICENSE-BSD-base64js URL Cleanup 2019-03-20 03:15:33 -05:00
LICENSE-MIT-EJS10 Add license files 2016-02-16 07:03:53 +03:00
LICENSE-MIT-Flot Add license files 2016-02-16 07:03:53 +03:00
LICENSE-MIT-Sammy060 Add license files 2016-02-16 07:03:53 +03:00
LICENSE-MIT-jQuery164 URL Cleanup 2019-03-20 03:15:33 -05:00
LICENSE-MPL-RabbitMQ Switch to Mozilla Public License 2.0 (MPL 2.0) 2020-07-12 23:03:00 +01:00
Makefile Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
README.md Update copyright (year 2020) 2020-03-10 16:10:25 +01:00

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.

(c) 2007-2020 VMware, Inc. or its affiliates.

See LICENSE for license information.