Why messages are immutable inside Biztalk?
Answer Posted / 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 View All Answers
what is the use of schema in biztalk and why we use schema?
What is the difference between distinguished field and promoted property? : biztalk server
Difference between field and promoted property?
List out some artifacts of biztalk server? : biztalk server
What is biztalk?
What is property schema?
In the dynamic send port actually we have to give the require destination details i.e, provided by client, but my question is how to get that particular address from where and where it is stored in biztalk?
Did you deploy BizTalk more than one machine?
What is correlation in context of biztalk server? : biztalk server
Explain about static, dynamic and direct binding?
What is the latest version of biztalk server? : biztalk server
What is Message routing?
What are persistence points?
what are un-typed messages?
Define bam?