Share via


Retrieving MSMQQueueInfo.Quota (Windows Embedded CE 6.0)

1/6/2010

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

  1. Declare the MSMQQueueInfo variable for the queue.

  2. Obtain an MSMQQueueInfo object.

  3. (Optional) Call MSMQQueueInfo.Refresh if other applications may have changed the quota of the queue.

  4. Use MSMQQueueInfo.Quota as needed.

See Also

Concepts

Retrieving Queue Properties (COM)
MSMQ COM Support
Using the COM Components
MSMQ Security

Other Resources

Message Queuing