# rabbitmq-management **Repository Path**: chujiang/rabbitmq-management ## Basic Information - **Project Name**: rabbitmq-management - **Description**: rabbitmq-management - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-17 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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_management](https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_management). All issues have been transferred. ## Overview [![Test Erlang 22.3](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-management/Test%20-%20Erlang%2022.3/master?label=Erlang%2022.3)](https://github.com/rabbitmq/rabbitmq-management/actions?query=workflow%3A%22Test+-+Erlang+22.3%22+branch%3A%22master%22) [![Test Erlang 23](https://img.shields.io/github/workflow/status/rabbitmq/rabbitmq-management/Test%20-%20Erlang%2021.3/master?label=Erlang%2023.0)](https://github.com/rabbitmq/rabbitmq-management/actions?query=workflow%3A%22Test+-+Erlang+23.0%22+branch%3A%22master%22) # RabbitMQ Management Plugin This plugin provides a management UI and HTTP API for RabbitMQ. ## Installation This plugin is included in the RabbitMQ distribution. Like all [plugins](https://www.rabbitmq.com/plugins.html), it has to be [enabled](https://www.rabbitmq.com/plugins.html#basics) before it can be used. ## Documentation * [RabbitMQ management UI documentation](https://www.rabbitmq.com/management.html). * [HTTP API documentation](https://www.rabbitmq.com/management.html#http-api) and [reference](https://raw.githack.com/rabbitmq/rabbitmq-management/rabbitmq_v3_6_9/priv/www/api/index.html) ## Copyright (c) 2007-2020 VMware, Inc. or its affiliates.