Why messages are immutable inside Biztalk?



Why messages are immutable inside Biztalk?..

Answer / naresh

Reasons for message immutable: A received message might have
multiple subscribers (orchestration, sendports etc) means each
subscriber of a particular message references the same, single
copy of that message. So, it make sense the message is not
modified by any single service like Orchestration or
pipelines.

2. Since single copy is referenced by multiple subscribers, it
minimize storage. ( A ref counter is maintained for each
message and messages with ref count of 0 are periodically
removed.)

3. The concept of messages being immutable also allows for
detailed tracking of message state as messages flow through
the system.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More BizTalk Interview Questions

Define bam?

0 Answers  


who is best faculty for sharePoint and Biztalk sandeepsoni from Deccansoft or premnath...........

0 Answers  


What is the default mapping for auto mapping? : biztalk server

0 Answers  


How does the orchestration gets the message from message box?

1 Answers  


What are Host and Host Instance?

0 Answers  






Explain the flow of messages in biztalk server engine?

0 Answers  


What is custom pipeline?

0 Answers  


what are un-typed messages?

0 Answers  


what is the difference between promoted and distinguished property?

5 Answers   ABC,


Define pipelines

0 Answers  


i have one applition in biztalk, how to run anohther server

0 Answers   IBM,


Explain about biztalk server messaging services?

0 Answers  


Categories