QueueTransferProtocol 列挙型

定義

キュー・マネージャー間でメッセージを転送する場合に使用するプロトコルを示します。

public enum class QueueTransferProtocol
public enum QueueTransferProtocol
type QueueTransferProtocol = 
Public Enum QueueTransferProtocol
継承
QueueTransferProtocol

フィールド

名前 説明
Native 0

ネイティブ MSMQ プロトコルを使用します。

Srmp 1

Soap Reliable Messaging Protocol (SRMP) を使用します。

SrmpSecure 2

Soap Reliable Messaging Protocol Secure (SRMPS) トランスポートを使用します。

注釈

UseActiveDirectory 属性が true に設定されている場合に Srmp または SrmpSecure を指定すると、メッセージ キュー (MSMQ) は SRMP の使用時にActive Directoryアドレス指定を提供しないため、例外が発生します。 UseActiveDirectory は、<netMsmqBinding> および <msmqIntegrationBinding> の属性です。

キューのアドレス指定の詳細については、「 サービス エンドポイントとキューのアドレス指定」を参照してください。

適用対象