I am looking for a one stop solution to support multiple protocol request to my backend, such as MSMQ, HTTP, MQTT. Can I achieve this using Azure Kubernetes NGiNX ingress controller?
Nginx ingress only supports HTTP, TCP and UDP:
so if you treat those as tcp or udp (whatever they use, I'm not familiar with those) you can achieve that.