I use MSMQ from WCF by NetMsmqBinding
in remote transactional queue on windows server 2008.
The write is OK but it can't read when ExactlyOne
property is set to true.
I want the queue to retry when it fails with an exception.
- How a message can be read in a private remote queue?
- How can I make the queue to retry when it fails?
Thanks in advance.