Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Handling large messages in BizTalk › Re: Handling large messages in BizTalk
June 10, 2009 at 9:29 AM
#22631
In my recent experience while using biztalk 2006, I have found that using very large messages causes a huge performance hit. If throughput speed is not an issue, and as long as you NEVER load the document into memory (through using xmldocument \ object serialization or anything that may require the entire document to be loaded ) you will find biztalk works, albeit very slowly. If this is not part of a process or ESB I would suggest you use SSIS instead, It is much quicker.