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 c584617 commit f87bbd6Copy full SHA for f87bbd6
RabbitMQ.AMQP.Client/Impl/AmqpConsumerBuilder.cs
@@ -105,7 +105,7 @@ public async Task<IConsumer> BuildAndStartAsync(CancellationToken cancellationTo
105
if (_configuration.Filters[Consts.s_sqlFilterSymbol] is not null &&
106
!_amqpConnection._featureFlags.IsSqlFeatureEnabled)
107
{
108
- throw new NotSupportedException("SQL filter is not supported by the connection." +
+ throw new NotSupportedException("SQL filter is not supported by the connection. " +
109
"RabbitMQ 4.2.0 or later is required.");
110
}
111
0 commit comments