Skip to content

Commit 6b858c4

Browse files
committed
Add link capability AMQP_FILTEX_SQL_V1_0
"A partner MAY indicate support and yet it MAY still refuse to accept certain filters or combination of filters for some scenarios."
1 parent d88b3f3 commit 6b858c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

deps/rabbit/src/rabbit_stream_queue.erl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,9 +1344,10 @@ capabilities() ->
13441344
consumer_arguments => [<<"x-stream-offset">>,
13451345
<<"x-stream-filter">>,
13461346
<<"x-stream-match-unfiltered">>],
1347-
%% AMQP property filter expressions
1348-
%% https://groups.oasis-open.org/higherlogic/ws/public/document?document_id=66227
1349-
amqp_capabilities => [<<"AMQP_FILTEX_PROP_V1_0">>],
1347+
%% [Filter-Expressions-v1.0] § 2.2
1348+
%% https://docs.oasis-open.org/amqp/filtex/v1.0/csd01/filtex-v1.0-csd01.html#_Toc67929253
1349+
amqp_capabilities => [<<"AMQP_FILTEX_PROP_V1_0">>,
1350+
<<"AMQP_FILTEX_SQL_V1_0">>],
13501351
server_named => false,
13511352
rebalance_module => ?MODULE,
13521353
can_redeliver => true,

0 commit comments

Comments
 (0)