Retrieving MSMQQueueInfo.JournalQuota (Windows CE 5.0)

Send Feedback

The journal quota is the maximum size, in kilobytes, of the queue journal.

By default the maximum size of the queue journal is INFINITE (as defined by Message Queuing).

**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.JournalQuota

  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 journal quota of the queue journal.
  4. Use MSMQQueueInfo.JournalQuota as needed.

See Also

MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.