nerdexam
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)
  • B
    12% (2)
  • C
    6% (1)
  • D
    82% (14)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice