次の方法で共有


MsmqBindingElementBase.CustomDeadLetterQueue プロパティ

定義

期限切れのメッセージや、配信に失敗したメッセージを送信するカスタムの配信不能キューを識別する Uri を取得または設定します。

public:
 property Uri ^ CustomDeadLetterQueue { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("customDeadLetterQueue", DefaultValue=null)]
public Uri CustomDeadLetterQueue { get; set; }
[<System.Configuration.ConfigurationProperty("customDeadLetterQueue", DefaultValue=null)>]
member this.CustomDeadLetterQueue : Uri with get, set
Public Property CustomDeadLetterQueue As Uri

プロパティ値

Uri

カスタムの配信不能キューの URI を格納する インスタンス。

属性

注釈

配信不能キューは、配信できなかったメッセージまたは有効期限が切れたメッセージを格納する、送信側アプリケーションのキュー マネージャーによって管理されるキューです。 CustomDeadLetterQueue プロパティでは、既定のシステム全体の配信不能キューを使用する代わりにカスタムの配信不能キューを指定できます。

CustomDeadLetterQueue によって指定される URI は、net.msmq スキームを使用する必要があります。

DeadLetterQueueNone または System に設定されている場合は、CustomDeadLetterQueuenull に設定する必要があります。 CustomDeadLetterQueuenull ではない場合は、DeadLetterQueueCustom に設定する必要があります。

適用対象