NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessagePriority Enumeration

Message priority effects how MSMQ handles the message while it is in route, as well as where the message is placed in the queue. Higher priority messages are given preference during routing, and inserted toward the front of the queue. Messages with the same priority are placed in the queue according to their arrival time.

[Visual Basic]
Public Enum MessagePriority
[C#]
public enum MessagePriority
[C++]
public enum MessagePriority

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AboveNormal [To be supplied.]
High [To be supplied.]
Highest [To be supplied.]
Low [To be supplied.]
Lowest [To be supplied.]
Normal [To be supplied.]
VeryHigh [To be supplied.]
VeryLow [To be supplied.]

Requirements

Namespace: System.Messaging

Assembly: system.messaging.dll

See Also

System.Messaging Namespace