Traditional Sockets communication in Azure
I have an in-Store server that is using traditional socket communications to an on-prem IBM IIB MQ service to request data from an Azure hosted eComm backend. IIB receives the request made through sockets, transforms the data and makes a RESTful call to our Azure backend.
I am looking to migrate the IIB actions to Azure in favour of an Azure service, something like Azure Web PubSub.
Any suggestions?
Not sure if this drawn quite correctly, but hopefully you get the idea.
I have an in-Store server that is using traditional socket communications to an on-prem IBM IIB MQ service to request data from an Azure hosted eComm backend. IIB receives the request made through sockets, transforms the data and makes a RESTful call to our Azure backend. I am looking to migrate the IIB actions to Azure in favour of an Azure service, something like Azure Web PubSub. Any suggestions?Not sure if this drawn quite correctly, but hopefully you get the idea. Read More