项目作者: rabbitmq

项目描述 :
RabbitMQ Federation Management
高级语言: Makefile
项目地址: git://github.com/rabbitmq/rabbitmq-federation-management.git
创建时间: 2011-07-12T12:24:26Z
项目社区:https://github.com/rabbitmq/rabbitmq-federation-management

开源协议:Other

下载


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

  1. 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:

  1. # lists all links
  2. GET /api/federation-links
  3. # lists links in a vhost
  4. GET /api/federation-links/{vhost}

Building From Source

To build the plugin, use

  1. make dist

and see under the ./plugins directory.

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

See LICENSE for license information.