Skip to content

Commit 0da227f

Browse files
committed
Add ContainerId as it is required by the AMQP 1.0 spec
1 parent ae319fe commit 0da227f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ await _semaphoreOpen.WaitAsync()
199199

200200
var open = new Open
201201
{
202+
ContainerId = _connectionSettings.ConnectionName,
202203
HostName = $"vhost:{_connectionSettings.VirtualHost}",
203204
Properties = new Fields()
204205
{

0 commit comments

Comments
 (0)