BizTalk Question:
Download Questions PDF

When we are promote the fields as quick promote then they are stored in property schema,when we promote as distinguished fields then where the fields stored?

BizTalk Interview Question
BizTalk Interview Question

Answer:

Distinguished Fields are written in the message context by
the pipeline when a message is received on a port.
Distinguished fields are written into the context using the
Write() method on the IBaseMessageContext object.

Download BizTalk Interview Questions And Answers PDF

Previous QuestionNext Question
If we are using single send port in two different host instances then either two copies of message will send or single copy will send to subscribers?Is there possible to make atomic transaction as two way communication?