On Wed, Jul 11, 2012 at 8:36 PM, smadarapu <srikanth.madar...@adp.com> wrote:
> Is there a way to cancel the suspension of a route.
>

CamelContext has API to try to suspend a route within a given time.
And if not, then it will cancel/start the route

    void suspendRoute(String routeId, long timeout, TimeUnit timeUnit)
throws Exception;




> TIA
> Srikanth
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Can-I-cancel-a-Route-suspension-tp5715878.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