<div dir="ltr">Hi,<div><br></div><div>I&#39;m somewhat new to RabbitMQ and have a problem.  I have implemented workers that consume from one queue.  On the virtual server (single core, slow) I&#39;m developing on it works exactly as it should.</div>
<div><br></div><div>When I put it on my live server (16 cores, mostly idle, fast) a single message gets consumed simultaneously by all the workers (duplicated).  I had a hunch that I might not be ack-ing fast enough so I switched no_ack on and that fixed the problem.  I&#39;m fine with leaving no_ack on but I&#39;m concerned that I am misunderstanding something important.</div>
<div><br></div><div style>Please advise.  Thanks!</div><div style><br></div><div style>--Billy</div></div>