Is there anyway to bridge between Azure Service Bus queue and a WebSphere queue?

不羁岁月 提交于 2019-12-08 04:18:02

问题


Is there anyway to bridge between Azure Service Bus queue and a WebSphere queue?

Preferably "something" hosted in Azure, rather than an on-premise product


回答1:


There is a wiki page How to Send message from an on premise IBM MQ to Azure Service Bus queue which introduce for the needs. You can follow it to create a program, either as a continous web job on Azure if using Azure App Service, or running on Azure VM if you want.

If the WebSphere MQ works on network within public IP, I think it's simple without any other additional work for network configuration. If not, you can try to create an Azure VPN Gateway to establish secure & cross-premises connectivity between them for message transfering.




回答2:


You can use Azure Logic Apps, there are connectors for Azure Service Bus and WebSphere MQ.



来源:https://stackoverflow.com/questions/41851965/is-there-anyway-to-bridge-between-azure-service-bus-queue-and-a-websphere-queue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!