MSMQ reading Database Writing

  • Thread starter Thread starter Parth
  • Start date Start date
P

Parth

I am using msmq for storing objects.
now when i read it and tried to write it to database using T-SQL
statement i surprised...

when i use some fast reading using for loop or windows service i am
getting duplicate record..
i have used multithreading and lock..but yet failed...

when i decreases reading speed ...it works fine..

i am totally unsure why it happens even though i am using lock...in c#


if anyone has faced this prob ,please share your knowledge...

thanks
 
Back
Top