MessageQueue.BasePriority Property
Gets or sets the base priority Message Queuing uses to route a public queue's messages over the network.
Assembly: System.Messaging (in System.Messaging.dll)
| Exception | Condition |
|---|---|
| ArgumentException |
The base priority was set to an invalid value. |
| MessageQueueException |
An error occurred when accessing a Message Queuing method. |
A message queue's base priority specifies how a message en route to that queue is treated as it travels through the network. You can set the BasePriority property to confer a higher or lower priority to all messages sent to the specified queue than those sent to other queues. Setting this property modifies the Message Queuing queue. Therefore, any other MessageQueue instances are affected by the change.
A message queue's BasePriority is not related to the Priority property of a message, which specifies the order in which an incoming message is placed in the queue.
BasePriority applies only to public queues whose paths are specified using the format name. The base priority of a private queue is always zero (0).
The following table shows whether this property is available in various Workgroup modes.
|
Workgroup mode |
Available |
|---|---|
|
Local computer |
Yes |
|
Local computer and direct format name |
Yes |
|
Remote computer |
No |
|
Remote computer and direct format name |
No |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.