68.2. 예제
수신자 목록
EIP는 다음과 같은 exchangeProperty를 사용할 수 있습니다.
이 경우 수신자 목록은 속성 'myProperty'에 포함됩니다.
Java DSL의 동일한 예:
from("direct:a").recipientList(exchangeProperty("myProperty"));
from("direct:a").recipientList(exchangeProperty("myProperty"));