Setting MSMQQueueInfo.JournalQuota (Windows CE 5.0)
The queue journal's quota is the maximum size of the queue journal.
By default, a queue journal's maximum size is set to INFINITE.
To change the size of the queue journal
- Declare an MSMQQueueInfo object.
- Call MSMQQueueInfo.Refresh to retrieve the existing properties of the queue.
- Set MSMQQueueInfo.JournalQuota to the new maximum size, in kilobytes.
- Call MSMQQueueInfo.Update to change the size 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