2

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.

Yoann. B
  • 11,075
  • 19
  • 69
  • 111

1 Answers1

2

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

Gratzy
  • 9,164
  • 4
  • 30
  • 45
  • Could you please answer http://stackoverflow.com/questions/9702379/queuing-in-oneway-wcf-messages-using-windows-service-and-sql-server ? – LCJ Mar 14 '12 at 12:56