Reputation: 918
I have a WCF Queue Listener service that picks messages from MSMQ. Its working fine no problem . But i dont know what IIS does, it creates wired problem many times. I can browse the service but when i refresh this it disappears. But again if i refresh after a second it comes back with no problem this problem is persisting.
I did a close monitoring of this. if i create a request within less than a second it fails to process this but if i request it after a second it comes fines.
I know this sounds stupid but until you have had this problem you will not understand.
Has anyone solved this issue before?
Upvotes: 7
Views: 774
Reputation: 66
It happened to me and we noticed that there were a lot of messages accumulated in the queue. Try cleaning the queue and restarting the msmq. This definitely works.
Upvotes: 1