<div dir="ltr"><div>Ran into another interesting issue which I&#39;m not gonna create a full test case for right now, as I&#39;m trying to focus on clustering problems, but I thought it was worth mentioning.<br><br>It looks like if you have a bunch of persistent queues full of messages (~10k each in this case), and you delete them via the API and then recreate them immediately, Rabbit won&#39;t have finished deleting messages out of mnesia / disk, and so they&#39;ll reappear with some subset of the messages that were present before queue deletion.<br>
<br></div>This is definitely not the behaviour I&#39;d expect, although it makes sense if queue deletion happens asynchronously. Even so, might be worth revisiting the behaviour and making sure old messages are purged on queue deletion before letting a &quot;new&quot; queue with the same name be created.<br>
<br>Graeme<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 1:22 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael@rabbitmq.com" target="_blank">michael@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"><div class="im">On 29 Oct 2013, at 00:14, Graeme N &lt;<a href="mailto:graeme@sudo.ca">graeme@sudo.ca</a>&gt; wrote:<br>

<br>
&gt; I&#39;m going a different direction now anyway, the go amqp libs are easy to use and seem performant, so I&#39;m just whipping up a little populator in go. Seems to be doing the job, so I think I&#39;m gonna forget about PerfTest for now.<br>

<br>
</div>Take a look at <a href="https://github.com/gocardless/amqpc" target="_blank">https://github.com/gocardless/amqpc</a>, too.<br>
<div class="HOEnZb"><div class="h5"><br>
MK<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>