Compartir a través de


Setting MSMQQueueInfo.Journal

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The journaling level of the queue specifies whether messages retrieved from the queue are also copied to the queue's queue journal.

By default, messages are not copied to the queue journal.

To change the journaling level of a queue

  1. Declare an MSMQQueueInfo object.

  2. Call MSMQQueueInfo.Refresh to retrieve the existing properties of the queue.

  3. Set MSMQQueueInfo.Journal to the new journaling level.

  4. Call MSMQQueueInfo.Update to change the journaling level of the queue.

See Also

Concepts

MSMQ COM Support
Using the COM Components
MSMQ Security

Other Resources

Message Queuing