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.
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.
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.