Queued WCF Service which processes every X seconds

Posted by Jeff Windsor on Stack Overflow See other posts from Stack Overflow or by Jeff Windsor
Published on 2010-04-07T16:17:56Z Indexed on 2010/04/07 18:13 UTC
Read the original article Hit count: 176

Filed under:
|
|

I need to create a service which can process queued requests on a configured time interval. For example go to the web and get financial data from a site the requires we limit requests to once per second. I am new to WCF and I am not sure if (1) WCF with MSMQ a proper choice for implementing this? and (2) if so what is the best mechanism for enforcing the interval? a thread wait? a timer (not sure how that would work).

© Stack Overflow or respective owner

Related posts about wcf

Related posts about msmq