https://www.developerfusion.com/t/msmq/code/ MSMQ Sample code from Developer Fusion 2006-01-25T01:18:00.00Z http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2006-01-25T01:18:00.00Z 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. Xavier Larrea http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Update MSMQ from SQL 2002-03-24T07:40:00.00Z Describes how to post a message into MSMQ from within a SQL procedure Bruce Johnson http://www.developerfusion.com/code/1846/using-msmq-to-persist-your-com/ Using MSMQ to persist your COM 2001-10-31T09:21:00.00Z Make component persistable by storing the information in property bags. S.S. Ahmed