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 <src...@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: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to