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.