标签: java spring apache-camel dsl
我有一条apache骆驼路线,我想为该路线指定超时时间,如果该路线没有在该超时时间内完成,则需要提出超时异常。 eq:
<route id="id"> <from uri="xyz"/> //does some calculation call some other routes. </route>
答案 0 :(得分:0)
您可以使用骆驼异步API 来实现所需的功能。看看类似的问题(和解决方案)here。