Skip to content

Instantly share code, notes, and snippets.

@devthue
Last active November 3, 2016 14:56
Show Gist options
  • Save devthue/90c5e010838a42774f842d0dc98e8c45 to your computer and use it in GitHub Desktop.
Save devthue/90c5e010838a42774f842d0dc98e8c45 to your computer and use it in GitHub Desktop.
RabbitMQ Ghi chú

#RabbitMQ

Install

https://www.rabbitmq.com/install-debian.html

Management Tools

The management plugin is included in the RabbitMQ distribution. To enable it, use rabbitmq-plugins: GitHub Logo

rabbitmq-plugins enable rabbitmq_management

Create user Admin

rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
rabbitmqctl set_permissions -p / test ".*" ".*" ".*"

Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment