diff options
Diffstat (limited to 'Refined/RabbitMQ.md')
-rw-r--r-- | Refined/RabbitMQ.md | 2 |
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`. |