System.ServiceModel.MsmqIntegration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes that relate to Microsoft Message Queuing Service (MSMQ) integration, which allows communication between MSMQ applications and Windows Communication Foundation (WCF) applications.
Classes
MsmqIntegrationBinding |
The MsmqIntegrationBinding class maps Microsoft Message Queuing (MSMQ) messages to Windows Communication Foundation (WCF) messages. |
MsmqIntegrationBindingElement |
This binding element can be used to enable Windows Communication Foundation (WCF) applications to send messages to and receive messages from existing MSMQ applications that use either COM, MSMQ native APIs, or the APIs in System.Messaging. Use this class to send and receive messages from MSMQ-based messaging applications. |
MsmqIntegrationMessageProperty |
Represents the Message Queuing (MSMQ) integration properties for a message. |
MsmqIntegrationSecurity |
The MsmqIntegrationSecurity class encapsulates the transport security settings for the Message Queuing (MSMQ) integration channel. |
MsmqMessage<T> |
The MsmqMessage<T> class encapsulates aMessage Queuing (MSMQ) message that is sent and received, over a Message Queuing integration channel, to and from an existing Message Queuing application. |
Enums
MsmqIntegrationSecurityMode |
MsmqIntegrationSecurityMode is an enumeration that specifies the security modes supported by the MSMQ integration channel. |
MsmqMessageSerializationFormat |
Indicates the formatter that is used to serialize objects that are sent as the body of an MSMQ message. |