QueueTransferProtocol 열거형

정의

큐 관리자 간에 메시지를 전송하는 데 사용할 프로토콜을 나타냅니다.

public enum class QueueTransferProtocol
public enum QueueTransferProtocol
type QueueTransferProtocol = 
Public Enum QueueTransferProtocol
상속
QueueTransferProtocol

필드

Native 0

네이티브 MSMQ 프로토콜을 사용합니다.

Srmp 1

SRMP(SOAP Reliable Messaging Protocol)를 사용합니다.

SrmpSecure 2

SRMPS(Soap Reliable Messaging Protocol Secure) 전송을 사용합니다.

설명

Srmp 또는 SrmpSecure UseActiveDirectory 특성으로 설정 된 경우 지정 true SRMP를 사용 하는 경우 Active Directory 주소 지정에 대 한 메시지 큐 (MSMQ)를 제공 하지 않기 때문에 예외가 발생 합니다. UseActiveDirectory는 < netMsmqBinding > < msmqIntegrationBinding > 에 대 한 특성입니다.

큐 주소 지정 하는 방법에 대 한 자세한 내용은 참조 하십시오 서비스 엔드포인트 및 큐 주소 지정합니다.

적용 대상