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
Explain about biztalk server messaging services?
Define bam?
Define mapping?
What is correlation in context of biztalk server? : biztalk server
Define orchestration
What is content routing?
What is the rules engine?
Explain about business activity services (bas)?
Define pipelines
What is the latest version of biztalk server? : biztalk server
What is the difference between distinguished field and promoted property? : biztalk server
who is best faculty for sharePoint and Biztalk sandeepsoni from Deccansoft or premnath...........
Why and how we use custom pipeline?
Define hat?
Define adapters?