From 93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 23 Nov 2024 09:25:48 +0100 Subject: initial sync with all my existing notes --- Refined/RabbitMQ.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Refined/RabbitMQ.md (limited to 'Refined/RabbitMQ.md') diff --git a/Refined/RabbitMQ.md b/Refined/RabbitMQ.md new file mode 100644 index 0000000..e9c94c5 --- /dev/null +++ b/Refined/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`. -- cgit v1.2.3