【发布时间】:2014-01-27 16:40:10
【问题描述】:
如何在 WSO2 ESB 中配置多个 http 代理?我有以下情况:
sender --> WSO2 ESB -+--> http-proxy-ext --> server-ext
|
+--> http-proxy-int --> server-int
|
+--> server-direct
对于外部服务器(互联网)和内部服务器(公司网络),我们有不同的 http 代理。因此,取决于我传入的消息,我必须到达不同 http 代理后面的不同服务器。
我已经知道如何在axis2.xml 中配置TransportSender,如http://docs.wso2.org/display/ESB480/Enabling+HTTP+Basic+Authentication+through+a+Proxy+Server 中所述
但这让我只能选择拥有一个全局代理。但我需要其中两个。
感谢任何提示。
问候,
马克
【问题讨论】:
标签: wso2 wso2esb http-proxy