<div dir="ltr"><div>Hi all,</div><div><br></div>Were there any further insights into this? �<div>I am seeing the same behavior on 3.1.3 on my mac (homebrew install) and using rabbiteasy (1.2.0) and amqp java libraries 3.1.3.<div>
<br></div><div>I&#39;m digging into it, but though I&#39;d ask.</div><div><br></div><div>Cheers,</div><div>Tim</div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 2, 2013 at 6:20 PM, Gary Russell <span dir="ltr">&lt;<a href="mailto:grussell@gopivotal.com" target="_blank">grussell@gopivotal.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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="HOEnZb"><div class="h5"><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><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><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" target="_blank">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>
</div></div><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>
<br></blockquote></div><br></div>