Send MSMQ Messages Securely Across the Internet with HTTP and SOAP
Hits: 823
Description: This article assumes you\'re familiar with .NET Framework and C#.SUMMARYWhen creating a distributed system you frequently need to provide for communication between two entities that are not in sync. Microsoft Message Queue Server (MSMQ) provides the kind of store-and-forward messaging in a pre-built infrastructure that can help you address these kinds of messaging needs. In the past, MSMQ was accessed using a COM wrapper. Now there\'s a .NET wrapper that lets you accomplish your messaging goals easily from your Framework-based code.