Microsoft
70-513 · Question #50
You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue. You need to configure the service to read messages from the…
The correct answer is D. net.msmq://localhost/system$DeadLetter. See the full explanation below for the reasoning.
Question
You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue. You need to configure the service to read messages from the failed-delivery queue. Which URI should you specify in the endpoint configuration settings of the service?
Options
- Anet.msmq://localhost/msmq$FailedMessages
- Bnet.msmq://localhost/msmq$DeadLetter
- Cnet.msmq://localhost/system$DeadXact
- Dnet.msmq://localhost/system$DeadLetter
How the community answered
(17 responses)- B12% (2)
- C6% (1)
- D82% (14)
Community Discussion
No community discussion yet for this question.