<p>It shouldn&#39;t be too bard to write a client which does the scheduling, I think Mike Hadlow did something similar in his .NET library EasyNetQ.</p>
<div class="gmail_quote">On Jan 19, 2012 7:01 PM, &quot;Mark&quot; &lt;<a href="mailto:static.void.dev@gmail.com">static.void.dev@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are there any alternative methods/workarounds for these type of problems?<br>
<br>
Also is there any documentation out there on the dead-letter queue?<br>
<br>
On 1/19/12 9:30 AM, Simon MacMullen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 19/01/12 17:25, Mark wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there anyway I could configure an exchange/queue/consumer to<br>
route/deliver/consume a message in the future?<br>
<br>
For example we have run into a situation whereas we produce a message<br>
for a record that was just inserted into our master database. When our<br>
consumer tries to act upon this message the record has not be replicated<br>
to the slaves yet so the message consumption fails. Is there any way we<br>
can queue up this message in say 5 seconds? Of course we could always<br>
requeue a failed consumed message but that would lead us to a situation<br>
where the we could be consume/producing in an infinite loop. How do<br>
people typically handle this situation?<br>
</blockquote>
<br>
Not right now.<br>
<br>
In the near future we hope to have dead lettering. When that happens you could publish to a queue with a 5 second message TTL, and have that queue dead letter to the &quot;real&quot; queue.<br>
<br>
But not yet I&#39;m afraid.<br>
<br>
Cheers, Simon<br>
<br>
</blockquote>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</blockquote></div>