<div dir="ltr">Hi MK,<div><br></div><div>Couldn't something be configured on the queue that if the message is in "unack" status for certain amount of time, it can be requeue or that connection could be automatically closed?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 17, 2014 at 9:19 AM, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.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 17 Jan 2014, at 18:10, rabbit15 <<a href="mailto:bison_art@o2.pl">bison_art@o2.pl</a>> wrote:<br>

<br>
> There is existing, working Rabbit environment with queues, exchanges,<br>
> producers and consumers working. What I need is to clear every queue (delete<br>
> ack'ed and unack'ed messages). I have no acces to existing consumers<br>
> objects, hovewer i could create new one just for this purpose. Current<br>
> consumers should be not disturbed and after clear, whole environment should<br>
> work as previously. The main problem is, that Purge method does not delete<br>
> messages, which awaits for acknowledments. I want to be sure, that EVERY<br>
> message is already deleted.<br>
><br>
> Is there any way to perform such operation?<br>
<br>
</div>You cannot remove messages that are unacknowledged.<br>
<br>
You can forcefully close their connections, which will cause messages to be requeued,<br>
the purge the queue.<br>
<br>
MK<br>
<br>
Software Engineer, Pivotal/RabbitMQ<br>
<div class="HOEnZb"><div class="h5"><br>
<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>