Optimizing Pipeline Performance - Biztalk Pipeline
A really helpful artical on improving BizTalk Pipeline component performance
http://msdn.microsoft.com/en-us/library/ee377071(v=bts.70).aspx
pContext.ResourceTracker.AddResource(messageData);
http://msdn.microsoft.com/en-us/library/ee377071(v=bts.70).aspx
A really helpful artical on improving BizTalk Pipeline component performance
http://msdn.microsoft.com/en-us/library/ee377071(v=bts.70).aspx
- What to use inside the pipelne component
- Should we use XMLDocument or XMLReader in the pipeline component.
- working with Virtual Stream.
- Using AddResourceTracker
pContext.ResourceTracker.AddResource(messageData);
http://msdn.microsoft.com/en-us/library/ee377071(v=bts.70).aspx
Comments
Post a Comment