Re: Stopping long redelivery on Camel shutdown

2012-06-22 Thread CraigLaSalle
Thanks again, it worked like a charm. -- View this message in context: http://camel.465427.n5.nabble.com/Stopping-long-redelivery-on-Camel-shutdown-tp5714773p5714936.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Stopping long redelivery on Camel shutdown

2012-06-21 Thread CraigLaSalle
Excellent. I'll try it out. Thank you! -- View this message in context: http://camel.465427.n5.nabble.com/Stopping-long-redelivery-on-Camel-shutdown-tp5714773p5714886.html Sent from the Camel - Users mailing list archive at Nabble.com.

Stopping long redelivery on Camel shutdown

2012-06-20 Thread CraigLaSalle
Hi Camel Experts - I have a route that uses the HTTP component to call a web service. If the HTTP component returns "org.apache.camel.component.http.HttpOperationFailedException", then the definition specifies to attempt redeliveries. The RedeliveryPolicy specifies a redelivery delay of 15 sec