We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 269353d + 2aec9a3 commit 9cb40e8Copy full SHA for 9cb40e8
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