【发布时间】:2018-12-17 15:33:23
【问题描述】:
我使用servicemix。我正在尝试将消息从码头发送到队列,但出现以下错误: enter image description here 我的蓝图:
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="jetty:http://localhost:8180/test"/>
<to uri="activemq://events_test" />
</route>
</camelContext>
如果我使用从码头到文件的路线 - 一切正常
【问题讨论】:
标签: apache-camel jetty activemq apache-servicemix