[rabbitmq-discuss] Going crazy solving PRECONDITION_FAILED

cw storm cwstorm at gmail.com
Wed Feb 26 04:36:02 GMT 2014


MK and all,

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.

-Phil


On Tue, Feb 25, 2014 at 4:01 PM, Michael Klishin <mklishin at gopivotal.com>wrote:

>
> On 26 Feb 2014, at 00:56, cw storm <cwstorm at gmail.com> wrote:
>
> > Where would I set the acking messages with multiple=true?
>
> Please read the docs:
>
> http://www.rabbitmq.com/api-guide.html
> http://www.rabbitmq.com/amqp-0-9-1-quickref.html#basic.ack
>
> http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.3/rabbitmq-java-client-javadoc-3.2.3/(specifically Channel#basicAck)
>
>
> MK
>
> Software Engineer, Pivotal/RabbitMQ
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140225/2711e7ea/attachment.html>


More information about the rabbitmq-discuss mailing list