I need to have a worker role which processes my db calls periodically.
I have added a worker role project to my application
but,How can i call the worker role from my aspx page and add the parameters for the db calls as message queues?or how can i pass the parameters to the message queue..Please help
joju
Member
54 Points
45 Posts
Calling a worker role
Dec 19, 2012 03:41 AM|LINK
I am new to windows azure worker roles..
I need to have a worker role which processes my db calls periodically.
I have added a worker role project to my application
but,How can i call the worker role from my aspx page and add the parameters for the db calls as message queues?or how can i pass the parameters to the message queue..Please help
tdykstra
Contributor
4463 Points
624 Posts
Microsoft
Moderator
Re: Calling a worker role
Dec 26, 2012 09:58 PM|LINK
A new tutorial series on windowsazrue.com shows how to use queues to communicate between web and worker role or between two worker roles:
http://blogs.msdn.com/b/webdev/archive/2012/12/20/new-tutorial-series-and-sample-application-for-asp-net-mvc-4-with-windows-azure-tables-blobs-and-queues.aspx