Hits Today: 1 Total: 3287 | Updated: 2/10/2003 | |
 | Message Queue functionality has been around for quite awhile and is a highly scalable way to managing queued data requests between disconnected applications. There are a variety of uses for Message Queuing. Author: Robbe D. Morris Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 3865 | Updated: 2/10/2003 | |
 | The following article demonstrates how to use Message Queues, XML, Excel, and ADO.NET to create a browser based outbound call center type application in .NET (without predictive dialing and telephony of course). Author: Robbe D. Morris Code: ASP.NET v1.0 | |  | |
Hits Today: 2 Total: 130 | Updated: 11/20/2007 | |
 | Message Queuing or what you can call as MSMQ itself is an asynchronous programming. This is because the clients does not wait for the server to read the data sent to it. Message Queuing is kind of email for application to application communication. Author: Handy CHang Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 7077 | Updated: 5/2/2001 | |
 | This article shows you how to create, send, and received messages using MSMQ from the .NET base class library (System.Messaging) and C#. Author: Caonabo Ruiz Code: ASP.NET Beta 1 & C# | |  | |
|