单项选择题
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?()
A. net.msmq://localhost/msmq$FailedMessages
B. net.msmq://localhost/msmq$DeadLetter
C. net.msmq://localhost/system$DeadXact
D. net.msmq://localhost/system$DeadLetter
点击查看答案
相关考题
-
单项选择题
You have an existing Windows Communication Foundation (WCF) service. You need to ensure that other services are notified when the service is started.What should you do?()
A.
B.
C.
D. -
单项选择题
You have an existing Windows Communication Foundation (WCF) service. You need to ensure that other services are notified when the service is started.What should you do?()
A.
B.
C.
D. -
多项选择题
A Windows Communication Foundation (WCF) solution uses two services to manage a shopping cart. Service A processes messages containing line items that total between $0 and $500. Service B processes messages containing line items that total more than $500. All messages are of equal importance to the business logic. You need to route incoming messages to the appropriate services by using WCF routing. Which two message filters should you add to the router? (Each correct answer presents part of the solution. Choose two.)()
A.a message filter with a priority of 100 that will forward messages that total between $0 and $500 to Service A
B.a message filter with a priority of 0 that will forward messages that total between $0 and $500 to Service A
C.a message filter with a priority of 0 that will forward all messages to Service B
D.a message filter with a priority of 100 that will forward all messages to Service B
