Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个流程,都有网关。其中一个流具有到 Web 服务的出站网关。第二个流应该连接到第一个流。问题是我不知道如何正确地做到这一点。
一旦您的提供者启动并运行,在消费者端,您需要的是一个 Web 服务入站网关
最简单的示例(假设您已导入 ws 命名空间):
<ws:inbound-gateway id="myInbound" request-channel="myRequestChannel"/>
您还需要配置 web.xml 文件,以便 MessageDispatcherServlet 处理传入的 SI 特定请求。
对于应用层抽象,我还将添加一个通用网关来监听同一通道。