I have a WCF service using netMsmqBinding and a client consuming it. I send a message to the service using the client and it gets to the message queue but the service is never activated. I’ve tried setting break points, exceptions in the constructor, setting the wildcard on the action and a few other things but the service never does anything. The message sits in the message queue.
The message goes into the queue even if I disable IIS.
What am I missing?
Is your service hosted in an application or under a root site node? If not in an application then create one, move the service and use these commands in command prompt (admin mode)
where servicesite and svcapp are the names of your IIS site node and application node respectively.
Access your service via web browser and see what you get.