Click here to Skip to main content
15,897,226 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.2K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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