Retrieving MSMQQueueInfo.BasePriority
A version of this page is also available for
4/8/2010
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.
Note
If your application does not have MQSEC_GET_QUEUE_PROPERTIES access rights for the queue, an MQ_ERROR_ACCESS_DENIED error is returned to MSMQQueueInfo.Refresh.
To retrieve MSMQQueueInfo.BasePriority
Declare the MSMQQueueInfo variable for the queue.
Obtain an MSMQQueueInfo object.
(Optional) Call MSMQQueueInfo.Refresh if other applications may have changed the priority level of the queue.
Use MSMQQueueInfo.BasePriority as needed.
See Also
Concepts
MSMQ COM Support
Using the COM Components
MSMQ Security