我一直在处理 Camel 事务时遇到问题,经过骆驼列表的一些大力帮助后,我最终追踪到在 ID 为“activemq”的 bean 中使用 org.apache.activemq.camel.component.ActiveMQComponent。如果我使用 'activemqTx' 的 id,它就可以工作。但我似乎找不到任何关于“activemqTx”作为 bean id 的重要性的文档。
只有一条消息通过这条路线:
<bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent">
一切都与此有关:
<bean id="activemqTx" class="org.apache.activemq.camel.component.ActiveMQComponent">