System.ServiceModel.MsmqIntegration 네임스페이스

MSMQ 애플리케이션과 WCF(Windows Communication Foundation) 애플리케이션 간의 통신을 가능하게 하는 MSMQ(Microsoft 메시지 큐) 서비스 통합과 관련된 클래스가 포함되어 있습니다.

클래스

MsmqIntegrationBinding

MsmqIntegrationBinding 클래스가 MSMQ(Microsoft 메시지 큐) 메시지를 WCF(Windows Communication Foundation) 메시지에 매핑합니다.

MsmqIntegrationBindingElement

이 바인딩 요소는 COM, MSMQ 네이티브 API 또는 System.Messaging의 API를 사용하는 기존 MSMQ 애플리케이션과 메시지를 보내고 받을 수 있도록 WCF(Windows Communication Foundation) 애플리케이션을 설정하는 데 사용할 수 있습니다. MSMQ 기반 메시징 애플리케이션과 메시지를 보내고 받으려면 이 클래스를 사용합니다.

MsmqIntegrationMessageProperty

메시지에 대한 MSMQ(메시지 큐) 통합 속성을 나타냅니다.

MsmqIntegrationSecurity

MsmqIntegrationSecurity 클래스는 MSMQ(메시지 큐) 통합 채널용 전송 보안 설정을 캡슐화합니다.

MsmqMessage<T>

MsmqMessage<T> 클래스는 메시지 큐 통합 채널을 통해 기존 메시지 큐 애플리케이션과 주고받은 MSMQ(메시지 큐) 메시지를 캡슐화합니다.

열거형

MsmqIntegrationSecurityMode

MsmqIntegrationSecurityMode는 MSMQ 통합 채널에서 지원하는 보안 모드를 지정하는 열거형입니다.

MsmqMessageSerializationFormat

MSMQ 메시지의 본문으로 보내지는 개체를 serialize하는 데 사용되는 포맷터를 나타냅니다.