INFO: Behavior of MSMQ 2.0 Messages in a Mixed MSMQ Environment (266067)



The information in this article applies to:

  • Microsoft Message Queue Server (MSMQ) 1.0
  • Microsoft Message Queuing 2.0

This article was previously published under Q266067

SUMMARY

Microsoft Message Queuing (MSMQ) 2.0 adds several new properties to the MSMQMessage object. These properties are transparent to MSMQ 1.0 hosts, and do not affect MSMQ 1.0 computers.

MORE INFORMATION

The format of MSMQ messages is designed to be extensible, and all changes to the MSMQMessage object are backward compatible.

MSMQ 1.0 computers, including Routing Servers, do not interfere with the new properties. An MSMQ 1.0 client can read and access all MSMQ 1.0 properties, even if the sender is MSMQ 2.0. The new properties cannot be read by an MSMQ 1.0 receiver, but they are transparent to the receiving computer, or to an intermediate Routing Server.

REFERENCES

MSDN Help for the MSMQMessage Object

Modification Type:MajorLast Reviewed:11/3/2003
Keywords:kbinfo KB266067