2016-10-04 170 views
1

比方說,我想傳達給與駱駝SSL休息服務,我創建一個custom HttpClientConfigurer將設置的東西:httpClientConfigurerRef爲Apache的駱駝特定路由

<bean id="myHttpClientConfigurer" 
class="my.https.HttpClientConfigurer"> 
</bean> 

<to uri="https://myhostname.com:443/myURL?httpClientConfigurerRef=myHttpClientConfigurer"/> 

而且HttpClientConfigurer工具org.apache.camel.component.http.HttpClientConfigurer

所以我的問題是,這種風俗HttpClientConfigurer將被激活僅針對該路線(在我指定它與httpClientConfigurerRef)?或者它會影響使用http組件的其他駱駝路由嗎?

回答

2

只爲這條路線。始終測試和驗證!在沒有它的情況下啓動第二條路由,並且應該觀察到第二條路由不處理SSL握手。