Closed edmandiesamonte closed 6 years ago
README.md seems a little confusing for beginners like me.
I tried to install RabbitMQ on Mac via brew and I tried enabling this plugin. I keep running:
$ rabbitmq-plugins enable rabbit_auth_backend_http
But apparently (upon running rabbitmq-plugins list) it should be:
rabbitmq-plugins list
$ rabbitmq-plugins enable rabbitmq_auth_backend_http
It is not enabled by default so I settled to do that command.
Just ignore this if I'm just misunderstanding the README.md. Thanks.
The README never mentions the name of the plugin, only module name in the classic config format. We will add a line that explains how to enable it.
Awesome! Thanks, @michaelklishin
README.md seems a little confusing for beginners like me.
I tried to install RabbitMQ on Mac via brew and I tried enabling this plugin. I keep running:
But apparently (upon running
rabbitmq-plugins list
) it should be:It is not enabled by default so I settled to do that command.
Just ignore this if I'm just misunderstanding the README.md. Thanks.