camel-http4

时间:2015-09-17 16:15:31

标签: java apache-camel

我正在尝试在camel-http4组件上定义localAddress。根据文档camel-htt4,可以使用参数httpClient.XXX来完成,其中XXX是RequestConfig.Builder中找到的参数

所以我希望以下内容可以起作用:

.to("http4://{{hostname}}:{{port}}/{{method}}?throwExceptionOnFailure=false&httpClient.localAddress='123.123.22.22'")

我正在使用2个虚拟接口在linux上检查netstat,但没有运气。

0 个答案:

没有答案