Click here to Skip to main content
15,886,026 members
Articles / General Programming / Algorithms

MSMQ Backed FIFO Queue

Rate me:
Please Sign up or sign in to vote.
4.50/5 (6 votes)
1 Dec 2010CPOL2 min read 35.1K   485   8  
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

Downloads

Weekly 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