summaryrefslogtreecommitdiff
path: root/refined/RabbitMQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'refined/RabbitMQ.md')
-rw-r--r--refined/RabbitMQ.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/refined/RabbitMQ.md b/refined/RabbitMQ.md
deleted file mode 100644
index e9c94c5..0000000
--- a/refined/RabbitMQ.md
+++ /dev/null
@@ -1,2 +0,0 @@
-**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`.