【发布时间】:2018-10-27 00:09:35
【问题描述】:
我有一个处理器,代码如下
ProducerTemplate.sendBodyAndProperty("direct:endpoint", body, property, propertyValue)
我需要在下面的 route() 中使用 propertyValue
<route>
<from uri="direct:endpoint" />
<to uri="file:/?fileName=${propertyValue}" />
</route>
请指教
【问题讨论】:
标签: apache apache-camel spring-camel