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 7111227 commit a04e8a2Copy full SHA for a04e8a2
RabbitMQ.Stream.Client/Consts.cs
@@ -20,9 +20,8 @@ internal static class Consts
20
internal const string SubscriptionPropertyFilterPrefix = "filter.";
21
internal const string SubscriptionPropertyMatchUnfiltered = "match-unfiltered";
22
23
- internal const string FilterNotSupported = "Broker does not support filtering. " +
24
- "You need RabbitMQ 3.13.0 or later and" +
25
- "the stream_filtering feature flag enabled.";
+ internal const string FilterNotSupported = "Filtering is not supported by the broker "
+ + "(requires RabbitMQ 3.13+ and stream_filtering feature flag activated)";
26
27
internal static int RandomShort()
28
{
0 commit comments