rabbitmqctl Questions
1
Solved
rabbitmqctl correctly reports thousands of queued tasks:
$ sudo rabbitmqctl -q list_queues name messages messages_ready messages_unacknowledged
default 13142 13126 16
Yet celery reports:
>&g...
Candlestand asked 29/11, 2016 at 3:1
1
I have a RabbitMQ node on windows operating system. I want to create vhost on that node from command line of using a script with minimal pre-requisites.
EDIT: I tried to use the rabbitmqctl add_vh...
Mawkish asked 16/9, 2016 at 1:11
1
Solved
As it is mentioned in the RabbitMQ docs that tcp connections are expensive to make. So, for that concept of channel was introduced. Now i came across this example. In the main() it creates the conn...
Homeostasis asked 23/3, 2016 at 13:9
© 2022 - 2024 — McMap. All rights reserved.