Mgmt agent: format stream queue type
This commit is contained in:
parent
9d83e0c5d9
commit
6c66d814d7
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue