summaryrefslogtreecommitdiff
path: root/refined/RabbitMQ.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 17:15:20 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 17:15:20 +0100
commitdbe655fca3cf4fc5bc882015006f006764eace52 (patch)
treed70fe1a94f37103031f7973c0d77fbcecaf52499 /refined/RabbitMQ.md
parentc5e7a50f1dbf3b541ae5547c50d2ec5707a45ca9 (diff)
organise most stuff into para dirs
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`.