MSMQ WCF Throttling
问题 I have a windows service that reads my message queue through WCF. I want the service to process one message before another message (intensive memory actions per msg). I set the throttling configuration to 1, but it does not seem to do anything. If i have 6 messages in my queue, it takes 4 right after the start. Am i missing something? My web.config : <system.serviceModel> <client> <endpoint address="net.tcp://spserv30:9999/services/SPInterface" binding="netTcpBinding" bindingConfiguration=