<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/12/12 woodslee <span dir="ltr"><<a href="mailto:woodslee@126.com" target="_blank">woodslee@126.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><font face="Verdana">When rabbitMQ delivery a message , X minute 
later, if the message have not acknowledged,</font></div>
<div><font face="Verdana">then rabbitMQ requeue the message.</font></div>
<div><font face="Verdana"></font> </div>
<div><font face="Verdana">Is this possible?</font></div></blockquote></div><br>Start a timer in delivery handler (on the client end) and then use basic.nack with requeue = true<br><div>when time is up. RabbitMQ itself does not have a limit on how long a delivery can be unacknowledged.</div>

<div><br></div><div>Note that channel closure will cause all unacknowledged messages on it to be re-queued as well.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>

<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>