Using msmq and wcf
- by ltech
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?