I would like to setup an azure web service and an azure vm that is running msmq. Can I send messages to the vm's msmq? I noticed in the documentation for msmq on azure, that sending messages with http to msmq on azure is not supported, but I thought there might be some other means of sending messages to msmq from an azure web app. Has anyone actually set this up? If this is not possible do we need to use service bus instead?
Asked
Active
Viewed 345 times
1 Answers
0
I would suggest you to use Azure Storage Queue or Azure Service Bus Queue instead of MSMQ. But still if you want to use MSMQ on Azure Virtual Machine, you have the official documentation here.
Also, the difference between storage queue and service bus queue is here, so you can check out which one suits you the best.

Ojasvi Bhargava
- 312
- 1
- 2
- 10
-
Can I ask what is the basis for your suggestion? – Jul 24 '18 at 14:28
-
Sure. Here's the link to the same. https://stackoverflow.com/questions/31399176/msmq-on-azure-website?rq=1 – Ojasvi Bhargava Jul 24 '18 at 14:38