Send MSMQ Messages Securely Across the Internet with HTTP and SOAP
Simplest Example
Programmers originally accessed MSMQ either through a native API or a COM wrapper. Microsoft has since added a .NET wrapper layer that provides easy access to .NET Framework-based applications, as shown in Figure 1.
To get you started, I've written a very simple example that demonstrates the use of MSMQ in the .NET Framework. It is a .NET solution containing three projects: a sender, a recipient, and an administrator. You can download it and other samples from the link at the top of this article. For convenience, I've written them to work on a single box.
Send MSMQ Messages Securely Across the Internet with HTTP and SOAP From MSDN
Post a Comment