Click here to Skip to main content
15,904,024 members
Articles / Programming Languages / C#

MSMQ Backed FIFO Queue (C# .NET)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 May 2011CPOL 12.8K   5  
A standard in-memory generic .NET queue that, when the configurable overflow limit is reached, will start using MSMQ as a backend to mitigate the issues with memory usage

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Check out my technical blog here: The Fyslexic Duck. You can find most of what I've put on CodeProject there, plus some additional technical articles.

Comments and Discussions