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.
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.] |
Namespace: System.Messaging
Assembly: system.messaging.dll