Skip to content

Commit f87bbd6

Browse files
Update RabbitMQ.AMQP.Client/Impl/AmqpConsumerBuilder.cs
Co-authored-by: Copilot <[email protected]>
1 parent c584617 commit f87bbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConsumerBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public async Task<IConsumer> BuildAndStartAsync(CancellationToken cancellationTo
105105
if (_configuration.Filters[Consts.s_sqlFilterSymbol] is not null &&
106106
!_amqpConnection._featureFlags.IsSqlFeatureEnabled)
107107
{
108-
throw new NotSupportedException("SQL filter is not supported by the connection." +
108+
throw new NotSupportedException("SQL filter is not supported by the connection. " +
109109
"RabbitMQ 4.2.0 or later is required.");
110110
}
111111

0 commit comments

Comments
 (0)