Consider the following scenario:
In this scenario, the server that is running Microsoft BizTalk Server experiences decreased performance when the server processes the messages.
For example, you keep the following default settings for a BizTalk group:
Now, you specify the following settings in the BizTalk group:
- You customize the settings of the Large Message Threshold option and of the Large Message Fragment size option.
- An incoming BizTalk batch includes many messages.
In this scenario, the server that is running Microsoft BizTalk Server experiences decreased performance when the server processes the messages.
For example, you keep the following default settings for a BizTalk group:
Large Message Threshold (bytes): 1,000,000
Large Message Fragment size (bytes): 102,400
The server that is running BizTalk Server 2009 receives a batch of 9,000 messages. In this example, it takes 2 minutes for the server to finish processing all the messages.Large Message Fragment size (bytes): 102,400
Now, you specify the following settings in the BizTalk group:
Large Message Threshold (bytes): 10,000,000
Large Message Fragment size (bytes): 1,000,000
When the server that is running BizTalk Server 2009 receives the same batch of 9,000 messages, it now takes 7 minutes for the server to finish processing all the messages.Large Message Fragment size (bytes): 1,000,000