Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Using message queue services in .NET
- The combination of Microsoft Message Queuing's inclusion with Windows and the .NET System.Messaging namespace makes it easy to utilize messaging in your .NET application. Tony Patton offers more details about using message queues. Developers are often faced with scenarios where operations need to be performed asynchronously (i.e., processes...
- Tags: Microsoft .NET, Microsoft Message Queue Server, Middleware, Tony Patton, Enterprise software, queue, .NET Newsletter, Message, Application, Aspect, Listing B, Message Queue, MessageQueue, Software
- Technical articles 2006-11-20
- Use Microsoft Message Queuing in C# for inter-process communication
- This article is also available as a TechRepublic download, which includes a project file containing all the sample code you need to read or write messages from a queue.As thename implies, Microsoft Message Queuing MSMQ is a way to send messages to aqueue for later processing. The messages are sent...
- Tags: Middleware, Enterprise software, Microsoft Corp., C#, Zach Smith, queue, MessageQueue, queueName
- Technical articles 2007-03-27
Additional Resources
- The ins and outs of .NET message queuing
- Message queuing is a powerful tool that you may want to consider for your next application. Explore the basics of .NET message queuing here.Message queuing is a powerful architectural device. Queuing promotes decoupling within a system by enabling components to asynchronously submit requests and receive responses. Queuing also enables scalability...
- Tags: .NET, Message Queuing, message queue, Microsoft .NET, Paul Stephenson, queue, private queue
- Technical articles 2001-11-26
- Using message queue services in .NET
- Developers are often faced with scenarios where operationsneed to be performed asynchronously (i.e., processes are initiated withoutwaiting for the operation to complete). The message queue fills this need byproviding a central location or pool where you can place or remove data. Anapplication can place data in the queue and continue...
- Tags: Microsoft .NET, Microsoft Message Queue Server, Microsoft Windows, queue, Software engineering/development, Tony Patton
- Technical articles 2006-11-20
- << Previous
- page 1 of 1
- Next >>