How to make a service not receive messages at certain times
- by miker169
I'm currently learning wcf for an up and coming project.
The service I am creating is using MSMQ to update the database, but the database can't accept messages at certain times.
The service is going to be a windows service. The one thing I am coming up against at the moment is how I can get the service to stop reading messages from the queue at…