Hi, 

I was wondering what is the best practice for a transaction if I am constantly 
listening to the message would it be like the following pseudo-code 


WHILE(TRUE)

{

BEGIN TRANSACTION

MESSAGE RECEIVE

ACK

COMMIT

}


or


BEGIN TRANSACTION


WHILE(TRUE)

{

MESSAGE RECEIVE

ACK

}



COMMIT

Sent from Windows Mail

Reply via email to