dk2k opened a new pull request #6370:
URL: https://github.com/apache/camel/pull/6370
Hi guys,
This article looks outdated.
line 151 contains: exchange.getContext().stopRoute("myRoute");
Meanwhile there is no method stopRoute(String) in
org.apache.camel.CamelContext
I suggest this call instead^
exchange.getContext().getRouteController().stopRoute("myRoute");
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]