Mgmt agent: format stream queue type

This commit is contained in:
kjnilsson 2021-03-16 17:38:10 +00:00
parent 9d83e0c5d9
commit 6c66d814d7
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ queue(Q) when ?is_amqqueue(Q) ->
Type = case amqqueue:get_type(Q) of
rabbit_classic_queue -> classic;
rabbit_quorum_queue -> quorum;
rabbit_stream_queue -> stream;
T -> T
end,
format(