Using msmq and wcf

Posted by ltech on Stack Overflow See other posts from Stack Overflow or by ltech
Published on 2010-04-03T13:54:41Z Indexed on 2010/04/03 14:03 UTC
Read the original article Hit count: 233

Filed under:
|
|

I had posted this question earlier past ?

Started reading up on wcf and msmq.

My first question would be - say ii have a 100 messages in the Q , how would i tell my service to start working on each message asynchronously so that it is working on multiple messages at the same time. is this even possible or is it always a synchronous operation?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about msmq