diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-23 09:25:48 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-23 09:25:48 +0100 |
commit | 93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (patch) | |
tree | 5160dd8d644233090d2d62f21772f0fee60b2953 /Refined/RabbitMQ.md | |
parent | f3711a93832df46dc245075df08b9ebfc05266e9 (diff) |
initial sync with all my existing notes
Diffstat (limited to 'Refined/RabbitMQ.md')
-rw-r--r-- | Refined/RabbitMQ.md | 2 |
1 files changed, 2 insertions, 0 deletions
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`. |