You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2012/06/02 13:42:47 UTC

Re: Redeliveries and direct endpoints

Hi

Can you explain better what you want?

In Camel redeliveries happens at the last node that caused the error.
Not from the very beginning.


On Thu, May 31, 2012 at 4:59 PM, developpef <sr...@orange.fr> wrote:
> Hello,
>
> Here is my problem :
>
> My routes are :
>
> From(file://).to().to().to("direct:next");
> From("direct:next").to().onException().maximumRedeliveries()...
>
> I need, in case of error, to redeliver message from "direct:next". But it
> seems that this mecanism needs to redeliver from a producer endpoint (my
> original from(file://)). Am I wrong? And is there a way to achieve that
> scenario, or do I need to cut my main route and create a new from(file://)
> to replace from("direct...)?
>
> Thank you!
>
> -----
> http://developpef.blogspot.com
> --
> View this message in context: http://camel.465427.n5.nabble.com/Redeliveries-and-direct-endpoints-tp5713793.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen