Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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
Declare an MSMQQueueInfo object.
Call MSMQQueueInfo.Refresh to retrieve the existing properties of the queue.
Set MSMQQueueInfo.Journal to the new journaling level.
Call MSMQQueueInfo.Update to change the journaling level of the queue.
See Also
Concepts
Setting Queue Properties (COM)
MSMQ COM Support
Using the COM Components
MSMQ Security