gpt4 book ai didi

java - Camel : direct connection the next route, 可以交易吗?

转载 作者:行者123 更新时间:2023-12-02 04:21:03 24 4
gpt4 key购买 nike

我有两条 Camel 路由,它们通过 direct: 链接连接,在本例中不是通过 JMS-Queue 链接。

我可以在这两条路线之间进行交易吗?

例如

<route id="fileRoute">
..
<to uri="direct:start">
</route>

<route id="directStartRoute">
<from uri="direct:start">
<to uri="http://myhost/mypath">
</route>

最佳答案

是的,如果第一条路线以交易开始,并且您在路线之间使用直接运输,则交易仍然适用。事务管理器要求事务中发生的工作发生在同一线程上,因此需要同步路由,这就是 direct 所做的。

关于java - Camel : direct connection the next route, 可以交易吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32770070/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com