We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269353d commit 2aec9a3Copy full SHA for 2aec9a3
src/NServiceBus.RabbitMQ/Connection/RabbitMqConnectionFactory.cs
@@ -46,6 +46,7 @@ public RabbitMqConnectionFactory(ConnectionConfiguration connectionConfiguration
46
47
public virtual IConnection CreateConnection(string connectionName)
48
{
49
+ connectionFactory.ClientProperties["purpose"] = connectionName;
50
return connectionFactory.CreateConnection(connectionName);
51
}
52
0 commit comments