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.
我在 BizTalk 2009 中有一个自定义接收管道,它在从文件位置接收消息后连接到 Web 服务以获取一些数据。有时 Web 服务出现问题,Biztalk 无法连接到相同的服务,因此消息被挂起。如果我们在 1-2 分钟后恢复消息,则消息被处理。所以我只想在接收管道中实现重试机制,这样就不需要手动操作。这可以以某种方式完成吗?
您应该能够在调用 Web 服务的发送适配器上指定重试语义。