rabbitmq-server/deps/rabbitmq_federation_management
Michael Klishin 968eefa1bb
Bump (c) line year
There are no functional changes to this massive diff.
2025-01-01 17:54:10 -05:00
..
priv/www/js Add queue type setting for exchange federation 2024-03-04 17:31:17 +01:00
src Bump (c) line year 2025-01-01 17:54:10 -05:00
test Bump (c) line year 2025-01-01 17:54:10 -05: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.