We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d9ab0 commit 98be30aCopy full SHA for 98be30a
projects/client/RabbitMQ.Client/src/client/impl/v0_9_1/ProtocolBase.cs
@@ -52,6 +52,7 @@ public ProtocolBase() {
52
Capabilities["exchange_exchange_bindings"] = true;
53
Capabilities["basic.nack"] = true;
54
Capabilities["consumer_cancel_notify"] = true;
55
+ Capabilities["connection.blocked"] = true;
56
}
57
58
public override IFrameHandler CreateFrameHandler(AmqpTcpEndpoint endpoint,
0 commit comments