78.5. 메시지 헤더에서 CXF 생산자 주소를 재정의하는 방법

camel-cxfrs 생산자는 메시지를 "CamelDestinationOverrideUrl"의 키로 설정하여 서비스 주소를 덮어쓰도록 지원합니다.

 // set up the service address from the message header to override the setting of CXF endpoint
 exchange.getIn().setHeader(Exchange.DESTINATION_OVERRIDE_URL, constant(getServiceAddress()));