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 d88b3f3 commit 6b858c4Copy full SHA for 6b858c4
deps/rabbit/src/rabbit_stream_queue.erl
@@ -1344,9 +1344,10 @@ capabilities() ->
1344
consumer_arguments => [<<"x-stream-offset">>,
1345
<<"x-stream-filter">>,
1346
<<"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">>],
+ %% [Filter-Expressions-v1.0] § 2.2
+ %% https://docs.oasis-open.org/amqp/filtex/v1.0/csd01/filtex-v1.0-csd01.html#_Toc67929253
+ amqp_capabilities => [<<"AMQP_FILTEX_PROP_V1_0">>,
1350
+ <<"AMQP_FILTEX_SQL_V1_0">>],
1351
server_named => false,
1352
rebalance_module => ?MODULE,
1353
can_redeliver => true,
0 commit comments