When using MSMQ and WCF, please describe the algorithm/rules which decide the URI of the dead letter queue?
For example: net.msmq://localhost/private/MyQueue;DeadLetter or net.msmq://localhost/system$;DeadLetter or something else?
I ask because I found a Transcender question where I disagree about the answer, but I haven’t been able to find a clear definition which describes exactly the rules. I have checked MSDN and both fish books.
According to the MSDN docs, this is your answer:
You don’t have a dead-letter queue per URL / service but one per system/machine.