<div dir="ltr">MK and all,<div><br></div><div>The real issue was on the client java code. �The problem was that the channel was out of sync with all the consumer subscriptions. �Whatever was the last executed code, that was the channel to be use which explains why one consumer was not able to find the delivery tag because it was ack'ing on the wrong channel. �Whew.</div>
<div><br></div><div>-Phil</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 25, 2014 at 4:01 PM, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
On 26 Feb 2014, at 00:56, cw storm <<a href="mailto:cwstorm@gmail.com">cwstorm@gmail.com</a>> wrote:<br>
<br>
> Where would I set the acking messages with multiple=true?<br>
<br>
</div>Please read the docs:<br>
<br>
<a href="http://www.rabbitmq.com/api-guide.html" target="_blank">http://www.rabbitmq.com/api-guide.html</a><br>
<a href="http://www.rabbitmq.com/amqp-0-9-1-quickref.html#basic.ack" target="_blank">http://www.rabbitmq.com/amqp-0-9-1-quickref.html#basic.ack</a><br>
<a href="http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.3/rabbitmq-java-client-javadoc-3.2.3/" target="_blank">http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.3/rabbitmq-java-client-javadoc-3.2.3/</a> (specifically Channel#basicAck)<br>

<div class="HOEnZb"><div class="h5"><br>
<br>
MK<br>
<br>
Software Engineer, Pivotal/RabbitMQ<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>