Does anyone know what rabbitmq throughput is from items sitting in the queue to sending them to a consumer?
<div><br></div><div>Lets say we&#39;re doing 200 items in the queue a second with 50 consumers waiting to process the item, usually they do in &lt; 30ms. Watching our consumer logs, it feels like they don&#39;t get items fast enough from rabbitmq, is that possible or is it me?</div>

<div><br></div><div>I am going to try adding another rabbit queue today to distribute it and see if it churns through faster.</div><div><br></div><div>Suhail</div>