This is a WCF specific binding that pushes/pulls .NET data directly into MSMQ.
The NetMsmqBinding
allows WCF services to insert or retrieve data directly into/from MSMQ. The configuration available for this binding is suitable for most users needs.
If a custom implementation is required, the developer should interact with the MSMQ directly through the MessageQueue
and Message
classes.