<div dir="ltr">Also, while I don&#39;t believe there have been any changes to Spring AMQP in this area, I would recommend using the latest version - 1.2.0 (or, at least 1.1.4).</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Aug 1, 2013 at 5:46 AM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi Lukasz,<br>
<div class="im"><br>
On 31/07/13 17:30, Lukasz Olczak wrote:<br>
&gt; com.rabbitmq.client.ShutdownSignalException: channel error; reason:<br>
&gt; {#method&lt;channel.close&gt;(reply-code=406, reply-text=PRECONDITION_FAILED -<br>
&gt; unknown delivery tag 1, class-id=60, method-id=80), null, &quot;&quot;}<br>
<br>
<br>
</div>There are legitimate ways in which multiple consumers could get hold of<br>
the same message, in the same second. If any consumer rejects a message<br>
or reconnects then unacknowledged messages will be returned to the<br>
broker and may be delivered to other consumers. Such messages will have<br>
the redelivered flag set.<br>
<br>
The error you quote could also arise if an application acknowledges<br>
messages incorrectly. Make sure that messages are only acknowledged once.<br>
<div class="im"><br>
<br>
&gt; Anybody knows why RabbitMQ duplicates messages on a single broker with a<br>
&gt; publisher and consumers connected through loopback interface?<br>
<br>
<br>
<br>
</div>This is unlikely to have anything to do with the loopback interface<br>
directly. Though loopback offers greater speed which may expose race<br>
conditions.<br>
<br>
If you believe there is a broker error then please run your test via the<br>
Tracer protocol analyser and send us the generated trace file:<br>
<a href="http://www.rabbitmq.com/javadoc/com/rabbitmq/tools/Tracer.html" target="_blank">http://www.rabbitmq.com/javadoc/com/rabbitmq/tools/Tracer.html</a><br>
<br>
<br>
<br>
<br>
<br>
-Emile<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>
</blockquote></div><br></div>