c# - MSMQ and only use one Thread in Server -
we have wcf servicehost, wich has few different endpoints. 1 of endpoints uses msmq. have problem, server uses multiple threads read endpoint! possible tell wcf allow 1 thread using endpoint? read 1 message after another?
you can set concurrencymode
on wcf service, take here @ link, should issue.
this link might helpful should wcf service typically singleton or not?
Comments
Post a Comment