MSMQ Book Order Application Sample

This sample demonstrates two way communications using message queuing between a device application and a desktop application. One application sends book order messages to a message queue and another application receives these book orders from the message queue and responds to the device queue that the orders have been processed.

For information about using the samples, see the following topics:

To build and deploy the sample using Visual Studio

  1. Open Windows Explorer and navigate to one of the language-specific subdirectories for this sample.

  2. Double-click the solutions file (.sln) for this sample.

  3. Press F5 to compile and run the sample.

  4. Deploy to the device or emulator.

Requirements

This sample requires the MSMQ component installed on the device.

The .NET Compact Framework is required to build or run the sample. See How to: Install the .NET Compact Framework for installation instructions.

See Also

Reference

MessageQueue

Message