Skip to content

Commit 9cb40e8

Browse files
committed
Merge pull request #153 from Particular/hotfix-3.3.1
Release 3.3.1
2 parents 269353d + 2aec9a3 commit 9cb40e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NServiceBus.RabbitMQ/Connection/RabbitMqConnectionFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public RabbitMqConnectionFactory(ConnectionConfiguration connectionConfiguration
4646

4747
public virtual IConnection CreateConnection(string connectionName)
4848
{
49+
connectionFactory.ClientProperties["purpose"] = connectionName;
4950
return connectionFactory.CreateConnection(connectionName);
5051
}
5152

0 commit comments

Comments
 (0)