RawRabbit icon indicating copy to clipboard operation
RawRabbit copied to clipboard

Support multiple hosts with multiple ports

Open pardahlman opened this issue 8 years ago • 1 comments

RawRabbit currently uses the Port property on ConnectionFactory to define what port to use. It connects to multiple hosts using CreateConnection with a list of strings. There is an overload for CreateConnection that takes AmqpTcpEndpoint endpoints that allows us to define a port per host.

We should leverage this. The implementation will have impact on how RawRabbitConfiguration, ConnectionStringParser and potentially more.

pardahlman avatar May 24 '17 12:05 pardahlman

The method with AmpqTcpEndpoint is not part of IConnectionFactory. It will be part of the 5.0 release, see ticket: https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/324

pardahlman avatar Jun 01 '17 17:06 pardahlman