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