MsmqElementBase.UseSourceJournal Property

Definition

Gets or sets a Boolean value that indicates whether copies of messages processed by this binding should be stored in the source journal queue.

public:
 property bool UseSourceJournal { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useSourceJournal", DefaultValue=false)]
public bool UseSourceJournal { get; set; }
[<System.Configuration.ConfigurationProperty("useSourceJournal", DefaultValue=false)>]
member this.UseSourceJournal : bool with get, set
Public Property UseSourceJournal As Boolean

Property Value

true if copies of messages processed by this binding should be stored in the source journal queue; otherwise, false. The default is false.

Attributes

Remarks

Queued applications that must keep a record of messages that have left the computer's outgoing queue can copy the messages to a journal queue. Once a message leaves the outgoing queue and an acknowledgment is received that the message was received on the destination computer, a copy of the message is kept in the sending computer's system journal queue.

Applies to