Azure 服务总线队列和 WebSphere 队列之间是否存在桥接?
Is there anyway to bridge between Azure Service Bus queue and a WebSphere queue?
Azure 服务总线队列和 WebSphere 队列之间是否存在桥接?
最好 "something" 托管在 Azure 中,而不是本地产品
有一个 wiki 页面 How to Send message from an on premise IBM MQ to Azure Service Bus queue
介绍需要。您可以按照它来创建一个程序,如果使用 Azure App Service,则可以作为 Azure 上的连续 Web 作业,或者如果需要,可以在 Azure VM 上 运行。
如果 WebSphere MQ 在 public IP 内的网络上工作,我认为它很简单,无需任何其他额外的网络配置工作。如果没有,您可以尝试创建一个 Azure VPN Gateway 以在它们之间建立安全和 cross-premises 连接以进行消息传输。
您可以使用 Azure 逻辑应用程序,有用于 Azure 服务总线和 WebSphere MQ 的连接器。
Azure 服务总线队列和 WebSphere 队列之间是否存在桥接?
最好 "something" 托管在 Azure 中,而不是本地产品
有一个 wiki 页面 How to Send message from an on premise IBM MQ to Azure Service Bus queue
介绍需要。您可以按照它来创建一个程序,如果使用 Azure App Service,则可以作为 Azure 上的连续 Web 作业,或者如果需要,可以在 Azure VM 上 运行。
如果 WebSphere MQ 在 public IP 内的网络上工作,我认为它很简单,无需任何其他额外的网络配置工作。如果没有,您可以尝试创建一个 Azure VPN Gateway 以在它们之间建立安全和 cross-premises 连接以进行消息传输。
您可以使用 Azure 逻辑应用程序,有用于 Azure 服务总线和 WebSphere MQ 的连接器。