65.2. 例
recipientList
EIP は、次のような exchangeProperty を利用できます。
<route> <from uri="direct:a" /> <recipientList> <exchangeProperty>myProperty</exchangeProperty> </recipientList> </route>
この場合、受信者のリストはプロパティ (myProperty) に含まれています。
Java DSL での同じ例:
from("direct:a").recipientList(exchangeProperty("myProperty"));