-
Notifications
You must be signed in to change notification settings - Fork 56
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
Provide a support for delete queue query parameters #217
Comments
That would fix (or open a way to support) #118, isn't it? |
#118 may depend on query parameters but is otherwise not really related. Why? |
I was referring to the query parameters aspect. Sorry if that brought some confusion :) To my understanding of the codebase, the query parameters are not really used so far in the |
That's a fair analysis. |
Thank you @acogoluegnes - that's exactly how I started. I'll adjust the naming and provide a needed test |
The RabbitMQ HTTP API support additional query parameters when deleting a queue. The
http-client
currently doesn't support itI'll work on that PR
The text was updated successfully, but these errors were encountered: