<div dir="ltr">We are seeing messages occasionally moving from Unacked back to Ready whilst we are busy process them<div><br></div><div>Our windows service dequeues</div><div><br></div><div>channel.BasicGet(workQueueName, <b>false</b>);</div>
<div><br></div><div>(Note NoAck being set to false.)</div><div><br></div><div>Once we finish processing the contents of the message we will call</div><div><br></div><div>channel.BasicAck(message.DeliveryTag, false)</div><div>
<br></div><div>Some messages are being moved back to Ready in the test environment even without us explicitly called BasciAck�</div><div><br></div><div>The test environment where we are seeing this has a Load Balancer in from of the 2 node RabbitMq cluster</div>
<div><br></div><div>Does anyone have any idea what would be causing the message to go back to Ready?</div><div><br></div><div>Thanks</div><div><br></div><div><br clear="all"><div><br></div>-- <br>Patrick Long - Munkiisoft Ltd
</div></div>