Skip to content

Instantly share code, notes, and snippets.

@cpuspellcaster
Forked from sdieunidou/rabbitmq.txt
Last active February 18, 2017 22:29
Show Gist options
  • Save cpuspellcaster/f8f1622caab5c4cf9319cceb671a270f to your computer and use it in GitHub Desktop.
Save cpuspellcaster/f8f1622caab5c4cf9319cceb671a270f to your computer and use it in GitHub Desktop.
create admin user on rabbitmq
rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
rabbitmqctl set_permissions -p / test ".*" ".*" ".*"
rabbitmqctl set_policy ha-all "" '{"ha-mode":"exactly","ha-params":2,"ha-sync-mode":"automatic"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment