MSMQ Sample code from Developer Fusion https://www.developerfusion.com/t/msmq/code/ MSMQ Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 25 Jan 2006 01:18:00 GMT Transactions made easy with .NET 2.0 One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Wed, 25 Jan 2006 01:18:00 GMT Xavier Larrea Update MSMQ from SQL Describes how to post a message into MSMQ from within a SQL procedure http://www.developerfusion.com/code/2151/update-msmq-from-sql/ http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Sun, 24 Mar 2002 07:40:00 GMT Bruce Johnson Using MSMQ to persist your COM Make component persistable by storing the information in property bags. http://www.developerfusion.com/code/1846/using-msmq-to-persist-your-com/ http://www.developerfusion.com/code/1846/using-msmq-to-persist-your-com/ Wed, 31 Oct 2001 09:21:00 GMT S.S. Ahmed