Retrieving MSMQQueueInfo.Quota (Windows CE 5.0)
The quota is the maximum size, in kilobytes, of the queue.
By default the maximum size of the queue is INFINITE.
**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.Quota
- Declare the MSMQQueueInfo variable for the queue.
- Obtain an MSMQQueueInfo object.
- (Optional) Call MSMQQueueInfo.Refresh if other applications may have changed the quota of the queue.
- Use MSMQQueueInfo.Quota as needed.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors