WCF MSMQ consumer thread count
Posted
by Andy White
on Stack Overflow
See other posts from Stack Overflow
or by Andy White
Published on 2010-05-04T16:36:12Z
Indexed on
2010/05/04
16:38 UTC
Read the original article
Hit count: 248
What's the best way to configure the maximum number of threads that can pull messages from an MSMQ queue, using a netMsmqBinding in WCF?
For example, say I have an MSMQ service for which I only want to have 2 (or 10, or whatever number of) worker threads pulling messages off at a time.
© Stack Overflow or respective owner