Quarkus - RabbitMQ: queue.declare=false doesn't work? #46679
a-halubotski
started this conversation in
Community
Replies: 1 comment 3 replies
-
Your client doesn't have the permission to declare queue: https://www.rabbitmq.com/docs/access-control#authorisation |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to achieve the following:
configure
access rights for the user.It works fine when defining exchange with
exchange.declare=false
.However, same trick with queue doesn't work: the connection is refused because of missing
configure
access rights:ACCESS_REFUSED - configure access to exchange 'test-queue'
.My configuration is:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions