Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a MSMQ alternative which use SQL Server as messages persistance since MSMQ as some limitations : 4Mb Message Size, 1.6Go Queue Size ...

Is there any open source or free project doing that ?

Thanks.

share|improve this question

1 Answer

Here is a short article on using a table as a queue. Its a couple year old but I've used the technique in the past and it works quite well.

http://www.mssqltips.com/tip.asp?tip=1257

share|improve this answer
Could you please answer stackoverflow.com/questions/9702379/… ? – Lijo Mar 14 '12 at 12:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.