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

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 16:29:52

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.

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

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