receiverList
EIP 可以使用如下交换属性:
<route>
<from uri="direct:a" />
<recipientList>
<exchangeProperty>myProperty</exchangeProperty>
</recipientList>
</route>
在这种情况下,接收者列表包含在属性 'myProperty' 中。
以及 Java DSL 中的同一示例:
from("direct:a").recipientList(exchangeProperty("myProperty"));