Yoann. B
Yoann. B

Reputation: 11143

.NET Message Queuing using SQL Server as Message Storage

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.

Upvotes: 2

Views: 923

Answers (1)

Gratzy
Gratzy

Reputation: 9389

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

Upvotes: 2

Related Questions