Microsoft Exam Questions

What should you do?

A BizTalk Server 2010 messaging-only solution is used to process XML messages. The pipelines used in the receive location and the send port contain the XML validator pipeline component. Routing for failed messages is enabled on both the receive port and the send port. When validation fails on the receive side, messages must be routed to Send Port A. When validation fails on the send side, messages must be routed to Send Port B. You need to create subscriptions for Send Port A and Send Port B. What should you do?

A.
Set the filter for Send Port A to Error.SendPortName Exists. Set the filter for Send Port B to Error.ReceivePortName Exists.

B.
Set the filter for Send Port A to Error.ReceivePortName Exists. Set the filter for Send Port B to Error.SendPortName Exists.

C.
Set the filter for Send Port A to BTS.ReceivePortName Exists. Set the filter for Send Port B to BTS.SPName Exists.

D.
Set the filter for Send Port A to Error.ErrorType == ReceivePort. Set the filter for Send Port B to Error.ErrorType == SendPort.