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

Add vhost parameter for some management methods #278

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

davidda
Copy link
Contributor

@davidda davidda commented Dec 1, 2023

The methods GetConnectionsAsync, GetBindingsAsync, and GetConsumersAsync did not have a parameter for the vhost although the RabbitMQ API supports this. I added this parameter for each method. I chose to do so by introducing overloads with that parameter in order not to break existing calls of these functions.

@zidad zidad merged commit 54f06bf into EasyNetQ:master Dec 1, 2023
5 checks passed
@davidda davidda deleted the add-vhost-parameter branch December 1, 2023 10:55
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.

2 participants