Not just rabbitmqctl

This commit is contained in:
Michael Klishin 2016-03-28 18:09:13 +03:00
parent ff8b43d065
commit 087dbfd5a5
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# RabbitMQ CLI Tools
An Elixir-based implementation of the [rabbitmqctl](https://www.rabbitmq.com/man/rabbitmqctl.1.man.html) CLI.
This is a next generation implementation of the [rabbitmqctl](https://www.rabbitmq.com/man/rabbitmqctl.1.man.html) and
other RabbitMQ CLI tools.
This is still very much a work in progress right now. For production use, go
with the `rabbitmqctl` distributed with the `rabbitmq-server` repo.