pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Add support for configuration ConnectionFactory for Uri #405

Open frabriziocontin opened 5 years ago

frabriziocontin commented 5 years ago

I am testing locally with https://customer.cloudamqp.com and I wanted to configure in the ConnectionFactory the uri of claudampq.com

mirousek commented 3 years ago

We have similar problem with AWS. The endpoint is amqps:// and it seems to be impossible to configure RawRabbit for this case. It works by passing the endpoint into ConnectionFactory.Uri for RabbitMQ.Client.