MSMQ Message Queuing (Compact 2013)

3/26/2014

Microsoft Message Queuing (MSMQ) is an API for Windows Embedded Compact that enables applications running at different times and in different locations to communicate across heterogeneous networks and systems that may be temporarily offline. Using MSMQ, applications can send messages to queues and read messages from queues. MSMQ provides guaranteed message delivery, efficient routing, security, and priority-based messaging. It can be used to implement solutions to both asynchronous and synchronous scenarios requiring high performance

To add this feature to your OS, see MSMQ Catalog Items and Sysgen Variables.

For reference information, see MSMQ Reference.

Sample application code is available at %_WINCEROOT%\Public\Servers\SDK\Samples\Msmq.

Source code for this feature is available at %_WINCEROOT\private\servers\msmq\sc.

See Also

Other Resources

Applications and Services