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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -