-
Notifications
You must be signed in to change notification settings - Fork 4k
Add /users/$user/queues endpoint #15074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Awaiting user feedback |
ansd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User confirmed that this PR fulfils their requirement.
|
Should we document it? |
|
Yes, let's include the new endpoint in HTTP API reference: https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v4.2.1/deps/rabbitmq_management/priv/www/api/index.html |
I don't think that's necessary for now. |
It can be used to list queues by owner.
e2d74a5 to
f9bc22e
Compare
|
You can submit a PR for |
|
We can expose it as I would avoid the word "owned" because that term is pretty much only describes exclusive queue ownership in our docs, and this endpoint filters the queues by their declaring user. |
…HTTP API reference guide
Add the endpoint introduced in rabbitmq/rabbitmq-server#15074 to the HTTP API reference guide
It can be used to list queues by owner.
Let's see if that's good enough before documenting the API/adding to the builtin rabbitmqadmin (should it be added there?).