diff options
Diffstat (limited to 'deps/rabbitmq_management/README.md')
-rw-r--r-- | deps/rabbitmq_management/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/rabbitmq_management/README.md b/deps/rabbitmq_management/README.md new file mode 100644 index 0000000000..8073b31f95 --- /dev/null +++ b/deps/rabbitmq_management/README.md @@ -0,0 +1,21 @@ +[](https://github.com/rabbitmq/rabbitmq-management/actions?query=workflow%3A%22Test+-+Erlang+22.3%22+branch%3A%22master%22) +[](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. |