我有几个服务要添加Camel路由。我看到的xml中的例子是这样的:
<route id="myId"
from uri="direct:inside"/>
to uri="mock:inside"/>
</route>
在“from uri =”之后,我在哪里可以找到字符串的可接受值?
此外,如果我在ServiceA中,这似乎应该放在uri中。我怎么做?
答案 0 :(得分:0)
所有Camel组件都有他们支持的选项文档。例如,直接组件,只列出了1个选项 http://camel.apache.org/direct
您可以在此处查看所有组件的列表: http://camel.apache.org/components