rabbitmq-server/deps/rabbitmq_federation_management
Loïc Hoguin bbfa066d79
Cleanup .gitignore files for the monorepo
We don't need to duplicate so many patterns in so many
files since we have a monorepo (and want to keep it).

If I managed to miss something or remove something that
should stay, please put it back. Note that monorepo-wide
patterns should go in the top-level .gitignore file.
Other .gitignore files are for application or folder-
specific patterns.
2024-06-28 12:00:52 +02:00
..
priv/www/js Add queue type setting for exchange federation 2024-03-04 17:31:17 +01:00
src Update (c) according to [1] 2023-11-21 23:18:22 -05:00
test Remove unused imports (thanks elp!) 2024-05-23 16:36:08 +02:00
BUILD.bazel Use rules_elixir to build the cli without mix 2024-06-18 14:50:34 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-APACHE2-ExplorerCanvas
LICENSE-BSD-base64js
LICENSE-MIT-EJS10
LICENSE-MIT-Flot
LICENSE-MIT-Sammy060
LICENSE-MIT-jQuery164
LICENSE-MPL-RabbitMQ
Makefile Add a workflow to compare the bazel/erlang.mk output 2023-05-15 13:54:14 +02:00
README.md More missed license header updates #9969 2024-02-05 12:26:25 -05:00
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02: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-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.

See LICENSE for license information.