Link to home
Start Free TrialLog in
Avatar of YRKS
YRKS

asked on

Using timer in Webservice to access Message queues

I need to create a webservice which checks if there are any messages in the Message queue.
If there are messages it gets them and processes them as required.

I need the webservice to check these messages periodically every few minutes. I have never used a timer in the web service. Is this doable?

Any help will be greatly appreciated. I will be developing this web service in vb.net.

Thanks in advance.
YRKS
ASKER CERTIFIED SOLUTION
Avatar of surajguptha
surajguptha
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sorry for not being clear. What i meant by a timer was not the TIMER class in the framework but a while loop with a sleep. With this you wil be able to achieve exact what the timer does.