Hi,<br><br><div class="gmail_quote">On Wed, May 16, 2012 at 10:50 AM, bino oetomo <span dir="ltr">&lt;<a href="mailto:bino@indoakses-online.com" target="_blank">bino@indoakses-online.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Is there any potential that a single msg is consumed by multiple worker ?</blockquote><div><br></div><div>Quick answer: No. If RabbitMQ sends a message to worker A then it won&#39;t be sent to worker B, unless�</div><div>
<br></div><div>The message goes back to the queue, due to a basic reject for example, or a consumer that crashed and didn&#39;t ack the message.�</div><div><br></div><div>So basically message X from queue Y won&#39;t be at the same time in two consumers. Please somebody correct me if I&#39;m wrong.</div>
<div><br></div><div>-Alvaro</div></div>