<div dir="ltr"><div style="font-family: arial, sans-serif;">I am implementing a system where jobs are submitted to the RabbitMQ based 'work queue' and the workers pick the jobs. </div><div style="font-family: arial, sans-serif;"><br></div><div style="font-family: arial, sans-serif;">However when the number of jobs in the queue are more than a certain number, I want to stop accepting any job submissions. I was wondering if there is any way using which we can get the number of messages/jobs in the queue and could you let me know the complexity of that call.</div><div style="font-family: arial, sans-serif;"><br></div><div style="font-family: arial, sans-serif;">One idea is to using queue declare with passive as true, but I am not sure if this is the most optimal way to do it.</div><div style="font-family: arial, sans-serif;"><br></div><div style="font-family: arial, sans-serif;">-Sharath</div></div>