Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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 MSMQQueueInfoobject.

  2. Call MSMQQueueInfo.Refreshto retrieve the existing properties of the queue.

  3. Set MSMQQueueInfo.Journalto the new journaling level.

  4. Call MSMQQueueInfo.Updateto change the journaling level of the queue.

See Also