summaryrefslogtreecommitdiff
path: root/3 Resources/RabbitMQ.md
blob: 312bec2defbac31012d1d3b78804546e7f3dceb2 (plain)
1
With `rabbitmqctl list_queues` we can add columns to show. So instead of the default layout which shows messages in the Q after the name and is horrible we can specify stuff like: `rabbitmqctl list_queues messages consumers name`. There are more options to be found in `man rabbitmqctl`.