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

feat: add support for custom client properties #142

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jamesrusso
Copy link

Here is a quick PR which adds support for specifying the client_properties when creating the connection (in addition to providing the URL). This enables you to set certain properties (like connection_name) so that it will appear in the management interface on RabbitMQ.

Wasn't sure exactly how to test this, but I'll look at it some more if this seems like it is a good addition to the project.

Should be a non-breaking change with the default provided.

@gmr
Copy link
Owner

gmr commented Jul 30, 2024

I have the same concern with this as #138, I wonder if it'd be better to allow for overwriting specific properties instead of the whole dict.

@jamesrusso
Copy link
Author

Would you like another PR for this solution?

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