summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_amqqueue_process.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl
index 30ab0457..e5038efe 100644
--- a/src/rabbit_amqqueue_process.erl
+++ b/src/rabbit_amqqueue_process.erl
@@ -822,6 +822,7 @@ prioritise_call(Msg, _From, _State) ->
consumers -> 9;
{basic_consume, _, _, _, _, _, _} -> 7;
{basic_cancel, _, _, _} -> 7;
+ stat -> 7;
_ -> 0
end.