wfurney
wfurney
How about: services.AddRebus( configure => configure .Transport(t => t.UseRabbitMq(connectionString, "my-input-queue", SslSettings)) ); Where SslSettings is a Rebus.RabbitMq.SslSettings object? Or multiple parameters used to build that particular object.
I think that not all of the code in the package respects the ssl settings. It looks like maybe they need to be stored in ConnectionManager and used there if...
I got this working in a fork of the project using an earlier version. I do not currently know enough about Rebus or RabbitMQ to feel comfortable making a PR...
Hi, That looks promising, I will try to run this test against an AWS rabbitmq instance when I get a chance. Initially I was setting up rebus for usage with...
Does running a v3 cluster require the same backing technologies as a v2 cluster?