TransmitBatchMode Property
How the transmitter processes batches.
Data Type
EnumerationPossible Values
Parallel (0)Serial (1)
Default Value
0Remarks
This property controls how the transmitter processes message batches:
Parallel | The adapter will process however many batches the BizTalk Message Engine sends it.
The number of maximum concurrent batches may be controlled by the MaxThreads property. |
Serial | The adapter will queue batches from the BizTalk Message Engine and process them one at a time. |
This property can only be configured through the adapter's static handler property page in the BizTalk Server administration console.
This property is not available in the Receiver.