diff options
Diffstat (limited to '3 resources/RabbitMQ.md')
-rw-r--r-- | 3 resources/RabbitMQ.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/3 resources/RabbitMQ.md b/3 resources/RabbitMQ.md deleted file mode 100644 index 312bec2..0000000 --- a/3 resources/RabbitMQ.md +++ /dev/null @@ -1 +0,0 @@ -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`. |