We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6497bb6 commit 4e64bfcCopy full SHA for 4e64bfc
src/ServiceStack.RabbitMq/RabbitMqMessageFactory.cs
@@ -45,7 +45,7 @@ public RabbitMqMessageFactory(string connectionString = "localhost",
45
if (password != null)
46
ConnectionFactory.Password = password;
47
48
- if (connectionString.StartsWith("amqp://"))
+ if (connectionString.StartsWith("amqp://") || connectionString.StartsWith("amqps://"))
49
{
50
ConnectionFactory.Uri = new Uri(connectionString);
51
}
0 commit comments