summaryrefslogtreecommitdiff
path: root/3 resources/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 /3 resources/RabbitMQ.md
parentc5e7a50f1dbf3b541ae5547c50d2ec5707a45ca9 (diff)
organise most stuff into para dirs
Diffstat (limited to '3 resources/RabbitMQ.md')
-rw-r--r--3 resources/RabbitMQ.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/3 resources/RabbitMQ.md b/3 resources/RabbitMQ.md
new file mode 100644
index 0000000..e9c94c5
--- /dev/null
+++ b/3 resources/RabbitMQ.md
@@ -0,0 +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`.