17.8. 메시지 헤더에서 CXF 생산자 주소를 재정의하는 방법
camel-cxf 생산자는 메시지 헤더 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()));