I have an apache camel route i want to specify timeout for that route if that route does not get completed in that timeout need to raise timeout exception. eq:
<route id="id">
<from uri="xyz"/>
//does some calculation call some other routes.
</route>