问题描述
我有一个简单的 testroute.xml:
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="timer:simple?period=5000"/>
<setBody>
<simple>Time for a message</simple>
</setBody>
<to uri="stream:out"/>
</route>
</camelContext>
</blueprint>
我如何使用 Jolokia 返回 camelContext
中的所有内容?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)