79.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()));