Hi Folks, I have to write some information to SQL Server from a web application. But to minimize the delay I want it to be asynchronous operation using Message Queue.
I can create a Queue and post a Message (xml serialized object to be stored) to the queue.
What do I need to do to write that message from Queue to database?