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

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.

External Resources

External Resources for the .NET Compact Framework