MsmqBindingElementBase.UseMsmqTracing Property

Definition

Gets or sets a value that indicates whether the Message Queuing (also known as MSMQ) built-in message tracing facility is used.

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

Property Value

true if the Message Queuing built-in message tracing facility is used; otherwise, false. The default value is false.

Attributes

Remarks

When UseMsmqTracing is set to true, the queued channel uses the Message Queuing built-in message tracing facility. Through this facility, a report message is sent to a specified report queue each time a message enters and leaves a queue manager.

Applies to