On Thu, Aug 5, 2010 at 1:31 PM, Marco Crivellaro
<marco.crivell...@optasports.com> wrote:
>
> sorry this was my fault, I don't know why but it was recognize by multicast
> processor and not recipentlist,
> now it is working fine.
>
> my route has a retry bean, is there a way to cancel retrying in case the
> aggregation runs in timeout?
>
> currenlty in case it runs in timeout my route hits the end but the retry
> bean keeps retrying for the endpoint running in error
> --

The task should be cancelled, which may force it to throw an interrupt
exception which the retry bean may just catch and retry.

Can you post an unit test which demonstrates this issue? That would
make it much easier to fix the problem.


> View this message in context: 
> http://camel.465427.n5.nabble.com/camel-2-5-recipientList-aggregationStrategy-timeout-tp2265144p2265188.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to