QueueTransferProtocol 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在佇列管理員之間傳輸訊息時所使用的通訊協定 (Protocol)。
public enum class QueueTransferProtocol
public enum QueueTransferProtocol
type QueueTransferProtocol =
Public Enum QueueTransferProtocol
- 繼承
欄位
Native | 0 | 使用原生 MSMQ 通訊協定。 |
Srmp | 1 | 使用 Soap Reliable Messaging Protocol (SRMP)。 |
SrmpSecure | 2 | 使用 Soap Reliable Messaging Protocol Secure (SRMPS) 傳輸。 |
備註
當 UseActiveDirectory 屬性設定為時,指定 Srmp 或 SrmpSecure true
會造成例外狀況,因為當使用 Srmp 時,訊息佇列 (MSMQ) 不會提供 Active Directory 定址。 UseActiveDirectory 是 < netMsmqBinding > 和 < msmqIntegrationBinding > 的屬性。
如需有關定址佇列的詳細資訊,請參閱 服務端點和佇列定址。