Share this

BizTalk Setting Dashboard @ Group Level

Using the Settings Dashboard, you can extensively tweak BizTalk Server settings for performance optimization. Performance tuning can be done at three different levels:
  •  Group Level: Setting applied to all the machines in the BizTalk Group.
  •  Host-Level: Settings applied to all the instances of the selected host.
  •  Host-Instance Level: Settings applied to only selected host instances.
 

Settings Dashboard @ Group Level

 

Configuration refresh interval

It’s the interval in which BizTalk Server refreshes messaging configuration. It basically refers to how often the messaging configuration (port configurations and such) is reloaded from the database by the BizTalk infrastructure to absorb changes that have been made. Items involved in the refresh include the MessageBox databases, server properties, adapters, and connections to the Tracking database.  

Message Batch Threshold

If the total size of an incoming message Batch exceeds this value, then BizTalk splits the incoming message into smaller batches for processing.  

Large message size

Large Message Size refers to the size limit after which disk-backed streaming for batches and transformations will be used. If the in-memory size of a received message exceeds the number of bytes specified for Large message size then the message is split into fragments of the specified size and the fragments are written into the MessageBox under the context MSDTC transaction.

Tracking and Reporting

Message box performance counter sampling interval
This is the interval at which performance counters are refreshed. It basically helps you trade off pressure on the database (because these counter values are populated by queries) against freshness in the data presented.
Enable group level tracking
This option turns the group level tracking for BizTalk Server on. It basically allows you to have a master switch for tracking across the entire group (whereas this is normally a fine-grained per-artefact decision). In the next post I will discuss about the host level settings.
Related Links
https://msdn.microsoft.com/en-us/library/ff629808.aspx

Loved this? Spread the word


Gautam

Follow me here

About the Author

My name is Gyanendra Kumar Gautam. I am Solution Consultant, who basically works to hook the stuff together using Microsoft technologies like Azure PaaS, Azure Serverless Services, Microsoft BizTalk Server, and Azure DevOps Services.

You may also like

REST support in BizTalk Server

What is REST? Representational State Transfer (ReST) is a software architecture style consisting of guidelines and best practices for creating scalable web services. ReST has gained widespread acceptance across the Web as a simpler alternative to SOAP and WSDL-based Web services. REST makes use of existing and widely adopted technologies, specifically HTTP, and does not

Read More

Security Features in BizTalk Server

BizTalk Server enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise. In a common scenario, BizTalk enables companies to integrate and manage automated business processes by exchanging business documents such as purchase orders and invoices between disparate applications, within or

Read More

Never miss a good story!

 Subscribe to my blog to keep up with the latest news!