Skip to content
Discussion options

You must be logged in to vote

The user does not have permissions to declare the exchange. Please read this document:

https://www.rabbitmq.com/access-control.html

You probably need to run this command. Replace username with the user account you're using. Note that this grants ALL permissions to the user:

rabbitmqctl set_permissions -p "/" "username" ".*" ".*" ".*"

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@fusion2222
Comment options

@michaelklishin
Comment options

@fusion2222
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #3993 on January 14, 2022 15:24.