MSMQ on Azure Website -
i have existing asp.net web service (asmx), trying move azure. logging component of web service logs messages in msmq , there windows service reads message , update database.
is possible using azure web app (websites) ? web service code able create message queues @ run time , push messages it?
msmq isn't available azure service , can't create windows service app service. can use storage queue instead of msmq minimal impact on web service code. replace windows service web job triggered when new message sent queue. you'll have little refactoring shouldn't bad.
here's link started: https://azure.microsoft.com/en-us/documentation/articles/websites-dotnet-webjobs-sdk-get-started/
Comments
Post a Comment