BizTalk 未从 Azure 服务总线获取消息
BizTalk not picking up messages from Azure Service Bus
在已经 运行 BizTalk 系统上设置 Azure 服务总线和接收端口后,我建议消息将被正确拾取和处理,但那没有发生。
我已经按照以下步骤设置了 SB-Messaging 适配器:SB-Messaging Adapter
我已成功使用服务总线资源管理器连接到服务总线 - 我可以检索和发送消息,但 BizTalk 应用程序未接收任何信息。我在某处读到我们需要打开端口 9350 到 9354 才能正常工作,但我需要 100% 确定网络团队才能打开这些端口。
我可能需要 enable/disable 才能使它正常工作吗?
代理消息属性的命名空间如何?
这有什么关系吗?
在此处查看端口范围:Microsoft.ServiceBus ConnectivityMode Enum
它指定:
TCP mode. Listeners create TCP connections to the Service Bus service
to a destination port in the range 9350 to 9354.
现在我假设适配器在 TCP
上工作,因为这是文档指定的默认值:
the system will choose TCP by default
所以最好打开 9350 到 9354 端口范围。
在已经 运行 BizTalk 系统上设置 Azure 服务总线和接收端口后,我建议消息将被正确拾取和处理,但那没有发生。 我已经按照以下步骤设置了 SB-Messaging 适配器:SB-Messaging Adapter
我已成功使用服务总线资源管理器连接到服务总线 - 我可以检索和发送消息,但 BizTalk 应用程序未接收任何信息。我在某处读到我们需要打开端口 9350 到 9354 才能正常工作,但我需要 100% 确定网络团队才能打开这些端口。
我可能需要 enable/disable 才能使它正常工作吗? 代理消息属性的命名空间如何? 这有什么关系吗?
在此处查看端口范围:Microsoft.ServiceBus ConnectivityMode Enum
它指定:
TCP mode. Listeners create TCP connections to the Service Bus service to a destination port in the range 9350 to 9354.
现在我假设适配器在 TCP
上工作,因为这是文档指定的默认值:
the system will choose TCP by default
所以最好打开 9350 到 9354 端口范围。