Share via


MSMQ Migration (Windows Embedded CE 6.0)

1/6/2010

The following items are important to understand when migrating an OS design that uses Message Queuing:

  • The version of MSMQ that ships with Windows CE .NET 4.2 and Windows CE 5.0 requires that each communication protocol be explicitly enabled. For example commands to enable protocols, see Using the MSMQAdm Utility.
  • In Windows CE 5.0, the MSMQ COM wrapper implemented in mqoa.dll is not included when the SYSGEN_MSMQ variable is defined. To include mqoa.dll, define SYSGEN_MSMQ_AX in addition to SYSGEN_MSMQ.

See Also

Other Resources

Message Queuing