rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
62 stars 44 forks source link

Configure SslOptions for endpoints using amqps scheme #121

Closed yuriyostapenko closed 3 months ago

yuriyostapenko commented 3 months ago

This enables TLS support on simple UseRabbitMq override.

Fixes #120.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 3 months ago

Great, thanks! I had to make a tiny modification for it to work WITHOUT TLS 😅 but apart from that, perfect 👍

It's out in Rebus.RabbitMq 9.1.0 on NuGet.org now.

yuriyostapenko commented 3 months ago

Thanks! I was planning to get back to fixing it, but glad now I don't need to :)