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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top