MSMQ and Transactions

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

hi guys!

I am trying using transaction in MSMQ. The application is like the the message for Orders and OrderLog wud get added to their respective Queue.

Now the sending the message for orders and the orderlogs should be in a transaction. But seems tht i can not have (as i can see) , true queue operations in a single transaction.I pic up the analogy tht u cant have true connection objects participating in a single transaction.

Is can be achieved? Any help wud be appreciated.

Thanx and Regards
Ashish




--
Thanks and Regards,
Ashish Gupta
Senior Software Executive
Globsyn Technologies Limited
X1/11 & 12 ,Block- EP, Sector- V
Salt Lake, Calcutta
Pin - 700 091
West Bengal
India
 
you don't have to post this all over the internet to get a reply!

Have a look at the MSMQ documentation on msdn

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
hi guys!

I am trying using transaction in MSMQ. The application is like the the message for Orders and OrderLog wud get added to their respective Queue.

Now the sending the message for orders and the orderlogs should be in a transaction. But seems tht i can not have (as i can see) , true queue operations in a single transaction.I pic up the analogy tht u cant have true connection objects participating in a single transaction.

Is can be achieved? Any help wud be appreciated.

Thanx and Regards
Ashish




--
Thanks and Regards,
Ashish Gupta
Senior Software Executive
Globsyn Technologies Limited
X1/11 & 12 ,Block- EP, Sector- V
Salt Lake, Calcutta
Pin - 700 091
West Bengal
India
 
Back
Top