views:

61

answers:

1

Hi,

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.

A: 

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