Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The priority level of a queue specifies a single base priority for all messages sent to a public queue.
By default, the priority level of a queue is 0.
To change the priority level of a queue
- Declare an MSMQQueueInfo object.
- Call MSMQQueueInfo.Refresh to retrieve the existing properties of the queue.
- Set MSMQQueueInfo.BasePriority to the new priority level.
- Call MSMQQueueInfo.Update to change the priority level of the queue.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors