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 89707d7 commit 28282f8Copy full SHA for 28282f8
deps/rabbit/src/rabbit_backing_queue.erl
@@ -36,9 +36,6 @@
36
-type msg_fun(A) :: fun ((mc:state(), ack(), A) -> A).
37
-type msg_pred() :: fun ((rabbit_types:message_properties()) -> boolean()).
38
39
--type queue_mode() :: atom().
40
--type queue_version() :: pos_integer().
41
-
42
%% Called on startup with a vhost and a list of durable queue names on this vhost.
43
%% The queues aren't being started at this point, but this call allows the
44
%% backing queue to perform any checking necessary for the consistency
0 commit comments