Message Queuing in the .NET Compact FrameworkÂ
You can use the Windows CE MSMQ component in the .NET Compact Framework, and you can use features contained in the types in the System.Messaging namespace.
For a complete sample that demonstrates using MSMQ in the .NET Compact Framework, see MSMQ Book Order Application Sample.
In This Section
- MSMQ in the .NET Compact Framework
Provides an overview of using the MSMQ component and lists the unsupported types in the System.Messaging namespace.
- How to: Use MSMQ in the .NET Compact Framework
Shows how to create a message queue, send messages to it, and receive messages from it.
Reference
- System.Messaging
Provides classes that allow you to connect to, monitor, and administer message queues on the network and send, receive, or peek at messages.