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.
我在同一端点上接收两方的消息。我的接收端口接收 AS2 消息,而不是 EDI,我正在尝试路由此消息。
如何将收到的消息路由到各方的不同位置?
通常的方法是在您在架构中标记为提升属性的有效负载或标头中包含一个字段,然后在您的发送端口上具有订阅该属性的过滤器。