Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

rabbitmq/rabbitmq-federation-management

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

RabbitMQ Federation Management Plugin

This was migrated to https://github.com/rabbitmq/rabbitmq-server

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_federation_management. All issues have been transferred.

Overview

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-2020 VMware, Inc. or its affiliates.

See LICENSE for license information.