houseofcat / RabbitMQ.Dataflows

A set of libraries for rapidly developing RabbitMQ workflows/pipelines.
MIT License
14 stars 3 forks source link

Allow setting of individual properties from Uri in ConnectionFactory #35

Closed tiggerite closed 2 years ago

tiggerite commented 3 years ago

For when having weird and wonderful usernames and/or passwords without having the pain of escaping them etc.

tiggerite commented 2 years ago

I've updated the version props to match 2.0.0 for the latest, @houseofcat - do you think there's a chance this could be merged before the release, please? I'm less fussed about the other two PRs (not including the BufferBlock changes for Dataflow, which I'm going to close for now anyway) but this one would be really useful, and isn't currently possible to override due to the nature of the ConnectionPool constructor and virtuals.