BizTalk Server Threading in Receive Pipelines

Posted by ToxicAvenger on Stack Overflow See other posts from Stack Overflow or by ToxicAvenger
Published on 2010-05-05T07:35:11Z Indexed on 2010/05/05 7:38 UTC
Read the original article Hit count: 243

I am building custom pipeline components for receive pipelines in BizTalk Server (2006 and 2009). I am building the components in a streaming fashion.

My question: for any single inbound message, if I have a disassembling component, when I create n messages from a single inbound message, will the message agent always use a single thread when reading the (body) streams and persisting the messages to the message box? I would think so, but confirmation would be helpful.

Say if I create five messages in the disassembler, will any of these messages be persisted sequentially from the same thread? Or could these messages be processed in parallel?

© Stack Overflow or respective owner

Related posts about biztalk2006r2

Related posts about BizTalk