Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 JBI 组件,它通过 Camel 路由调用另一个 JBI 组件。第二个组件执行某种长时间的操作,有时可能会挂断。我想配置我的骆驼路线,使其受到超时限制(比如说 5 秒)。它应该以某种方式表现为异步调用......有可能吗?
实际上,由于 JBI 的异步特性,我认为这是不可能的。