Skip to content
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

Support query parameters to get queues, exchanges, connections and channels #236

Merged
merged 3 commits into from
Mar 24, 2021

Conversation

MarcialRosales
Copy link
Contributor

@MarcialRosales MarcialRosales commented Mar 24, 2021

RabbitMQ Management API supports column selection, sorting, name-based filtering and paging. I need the majority of these features to get queues, specially paging. For completeness, i have decided to do it for the rest of the endpoints that support paging which are exchanges, channels and connections.

There is only one test case that verifies paging.

I had to use Apache URIBuilder because Spring URI encoder class was not properly encoding regular expressions. For instance, characters such as +or $ or parenthesis were not encoded.

@michaelklishin michaelklishin merged commit f0bd191 into rabbitmq:master Mar 24, 2021
@michaelklishin
Copy link
Member

Thank you!

acogoluegnes added a commit that referenced this pull request Apr 8, 2021
acogoluegnes added a commit that referenced this pull request Apr 8, 2021
For pagination. This removes the need of HTTPClient as a mandatory dependency.

References #236, #237, #238
@acogoluegnes acogoluegnes added this to the 3.10.0 milestone Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants