79.5. 如何从消息标头覆盖 CXF producer 地址 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())); 前一个下一个