rabbitmqctl without installing rabbitmq-server or using docker image #2815
Unanswered
GreatBahram
asked this question in
Other
Replies: 2 comments
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
Thank you for such an amazing application. I want to control the rabbitmq server just like the
rabbitmqctl
command; more specifically, I want to be able to add, remove users, and assign a specific queue to each user from outside of the rabbitmq container. How could I achieve this without installing Rabbitmq-server on my host or using the management interface?I checked the Rabbitmq HTTP API, and it seems I can declare queues, but it does not support adding or removing users.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions