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 7b3c8d7 commit d002e2cCopy full SHA for d002e2c
deps/rabbit/src/rabbit_fifo.hrl
@@ -87,7 +87,8 @@
87
-type consumer_meta() :: #{ack => boolean(),
88
username => binary(),
89
prefetch => non_neg_integer(),
90
- args => list()
+ args => list(),
91
+ priority => non_neg_integer()
92
% %% set if and only if credit API v2 is in use
93
% initial_delivery_count => rabbit_queue_type:delivery_count()
94
}.
0 commit comments