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.

MsmqBindingBase::CustomDeadLetterQueue Property

 

Gets or sets a URI that contains the location of the dead-letter queue for each application, where messages that have expired or that have failed transfer or delivery are placed.

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

public:
property Uri^ CustomDeadLetterQueue {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The Uri that contains the location of the dead-letter queue for each application. The default value is null.

The dead-letter queue is a queue on the queue manager of the sending application for expired messages that failed to be delivered.

The URI that is specified by CustomDeadLetterQueue must use the net.msmq scheme.

If DeadLetterQueue is set to None or System, then CustomDeadLetterQueue must be set to null. If CustomDeadLetterQueue is not null, then DeadLetterQueue must be set to Custom.

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