<div dir="ltr"><div>Ran into another interesting issue which I'm not gonna create a full test case for right now, as I'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't have finished deleting messages out of mnesia / disk, and so they'll reappear with some subset of the messages that were present before queue deletion.<br>
<br></div>This is definitely not the behaviour I'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 "new" 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"><<a href="mailto:michael@rabbitmq.com" target="_blank">michael@rabbitmq.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="im">On 29 Oct 2013, at 00:14, Graeme N <<a href="mailto:graeme@sudo.ca">graeme@sudo.ca</a>> wrote:<br>
<br>
> I'm going a different direction now anyway, the go amqp libs are easy to use and seem performant, so I'm just whipping up a little populator in go. Seems to be doing the job, so I think I'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>