【发布时间】:2015-02-25 15:04:53
【问题描述】:
我需要为 <int-http:outbound-gateway> 实现 https 支持。
以下是场景:
<int-http:inbound-gateway> 接受 Spring 集成的入站 URL。 <int-http:inbound-gateway>和<int-http:outbound-gateway>的回复通道相同。根据 HeaderValueRouter 将入站请求从<int-http:inbound-gateway> 的请求通道转发到<int-http:inbound-gateway> 的请求通道。现在从出站 url 收到响应并放入回复通道。
<int-http:outbound-gateway> 的 url-expression 是从 MessageHeader "http_requestUrl" 属性构建的。
现在,如果我在 https 中托管外部应用程序。我需要在<int-http:inbound-gateway> 中进行什么配置才能在回复通道中获得响应
【问题讨论】: