Hi I would write a java bean that controls the retry and whatnot as it seems you have a special need.
And from the java bean you can use Camel's ProducerTemplate to easily call a Camel route / send a message to an endpoint. Then you can control the retry logic from java code which gives you the power to start from where you want, and wait as long you need etc. On Thu, Jul 24, 2014 at 10:46 AM, Jaishankar <[email protected]> wrote: > This is my code.. This is properly executing but if no response then need to > retry. > Need some help Please > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-restart-the-route-if-no-response-is-returned-from-the-web-service-call-tp5754330p5754346.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
