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 bb1216f commit b2f86ccCopy full SHA for b2f86cc
RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs
@@ -670,7 +670,7 @@ private void HandleProperties(Fields properties)
670
// check if the broker supports filter expressions
671
// this is a feature that was introduced in RabbitMQ 4.2.0
672
_featureFlags.IsSqlFeatureEnabled = Utils.Is4_2_OrMore(brokerVersion);
673
-
+
674
_featureFlags.IsDirectReplyToSupported = Utils.Is4_2_OrMore(brokerVersion);
675
676
_featureFlags.IsFilterFeatureEnabled = Utils.SupportsFilterExpressions(brokerVersion);
0 commit comments