blob: e9c94c5302eb668d9e372788fe88ff588946881e (
plain)
1
2
|
**2024-08-21 18:09**
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`.
|