RabbitMQ connection string FormatException

When I am connecting to RabiitMQ, I get a FormatException when using amqps://myserver:port/myvhost vs amqp://myserver:port/myvhost

Cert validation is set to none on the MQ server so it should just accept an SSL connection without verification afaik.

Can the amqps prefix be allowed in the RabbitMqMessageFactory Uri?

I’ve updated RabbitMqMessageFactory to handle amqps:// the same as amqp:// connection strings in this commit.

This change is available from v5.7.1 that’s now available on MyGet.

1 Like

Thanks, much appreciated. :+1: