Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MsmqBindingElementBase::UseSourceJournal Property

 

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

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool UseSourceJournal {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if messages processed by this binding are copied to the source journal queue; otherwise, false. The default value is false.

Queued applications that keep a record of messages that have left the source computer's outgoing queue can have the messages copied to a journal queue. After 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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft