Hello,
<div><br></div><div>My application is currently receiving a lot of traffic, and generating a lot of celery processes. I can see these in my application logs as events are occurring.</div><div><br></div><div>When I run <i>rabbitmqctl list_queues</i> I would expect this to show a number other than zero - but this not the case. I've now stopped any incoming connections to the rabbit server and still the application log is busy with celery tasks.</div>
<div><br></div><div>Can someone suggest why rabbitmqctl lists nothing in the queue? What alternate approaches do I have for monitoring the task load on this server?</div><div><br></div><div><div>> sudo rabbitmqctl list_queues name messages_ready messages_unacknowledged messages consumersListing queues ...</div>
<div>celery 0 0 0 0</div><div>...done.</div></div><div><br></div><div>Thanks</div>