I don't know if anyone tried it, but I am trying to self host two services that are listening to a queue endpoint, both services are hosted in the same application (console app).
in my program Service1 sends a queue message to service2... this works for a while and after a few hours the second queue stops working...
The host is not faulted, I get no poison messages, it just sends the message, and it does not read it. I can't find the message anywhere when I look for the message in the system control center. Cleaning the queue or re-creating the queue does not help, only a reboot and then the problem happends again after a few hours.
Is there a way to debug msmq at the lower level?
Is it supported to have one WCF host for multiple services listening to a queue?