File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ internal void Validate()
8282
8383 if ( IsFiltering && ! AvailableFeaturesSingleton . Instance . PublishFilter )
8484 {
85- throw new UnsupportedOperationException ( "Broker does not support filtering" ) ;
85+ throw new UnsupportedOperationException ( "Broker does not support filtering. You need " +
86+ "RabbitMQ 3.13.0 or later." ) ;
8687 }
8788
8889 switch ( ConsumerFilter )
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ internal void Validate()
4444 {
4545 if ( Filter is { FilterValue : not null } && ! AvailableFeaturesSingleton . Instance . PublishFilter )
4646 {
47- throw new UnsupportedOperationException ( "Broker does not support filtering" ) ;
47+ throw new UnsupportedOperationException ( "Broker does not support filtering. " +
48+ "You need RabbitMQ 3.13.0 or later." ) ;
4849 }
4950 }
5051 }
You can’t perform that action at this time.
0 commit comments