You do not need to describe the concept of Message Queue here. Check the keyword "message queue" or "MSMQ" on the Internet and have some articles to introduce it. here I provide a sample program to help beginners get started quickly.
1. Download my sample program for: http://download.csdn.net/source/1485550
2. Check whether the MSMQ component is installed in your operating system: Check whether there is a message queue node under "Control Panel \ Administrative Tools \ Computer Management> services and applications, if not, install the tool. Installation Method: "Control Panel \ add or delete Programs \ Add/delete Windows components". In the displayed window, select "Application Server \ message queue" for installation.
3. After the installation is successful, decompress the download example, use VS2005 to open the program, re-compile and run it.
========================================================== ==================================
Message Queue in. NET
Http://www.cnblogs.com/aspnet2008/archive/2008/04/12/1150643.html
Introduction to Microsoft Message Queue (MSMQ)
Http://blog.csdn.net/wangjiafeng2008/archive/2008/02/13/2090484.aspx
Introduction and use of Message Queue
Http://www.cnblogs.com/rickie/archive/2004/11/16/64345.html