Hi Daniel,

Are you talking about getting RedeliveryFailure messages when your load is 
high? The Channel should handle redelivery for you. If you  have a lot of 
redeliveries happening, then maybe your redeliver interval is set too tight, or 
you are simply overloading your system.

B/

On 12 May 2014 at 13:56:49, dong ([email protected]) wrote:

I'm seeing in my application a lot of channels message redelivery when the 
overall load of the system is high.

Is it a good idea to re-deliver channel message this way:
record the latest confirmed time [ of any message]
re-deliver the message only iff (current_timestamp - 
latest_confirmed_timestamp) > timeout1  && current_timestamp - 
the_message's_delivery_timestamp > timeout_2)

I may missed many details, but you get the idea.

-Daniel
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
-- 
Björn Antonsson
Typesafe – Reactive Apps on the JVM
twitter: @bantonsson

JOIN US. REGISTER TODAY!
Scala
Days
June 16th-18th,
Berlin

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to