vote up 0 vote down star

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?

flag

67% accept rate
can you post the source code? – Joe Caffeine Aug 30 at 15:47
The problem was due to a bad hard disk on one of the machines. – unknown (google) Sep 3 at 0:40

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.