Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.12 KB

mqseries-adapter-batching-and-transaction-handling.md

File metadata and controls

19 lines (16 loc) · 1.12 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: MQSeries Adapter Batching and Transaction Handling
MQSeries Adapter Batching and Transaction Handling
devx-track-javaee-websphere
12/30/2022
biztalk-server
article

MQSeries Adapter Batching and Transaction Handling

The MQSeries adapter stops a transaction only if it does not receive all the data. The boundaries of a transaction for the adapter are the adapter endpoint (MQSeries queue on the MQSeries Server) and the MessageBox database.

If the BizTalk application invalidates a message, the adapter moves the message to the suspended queue. However, because it is still a valid transaction from the point of view of the adapter (the adapter received all the data), the adapter commits the transaction.

You can control batching and transaction handling by setting properties when configuring the adapter. For more information, see Configuring the MQSeries Adapter.

See Also

MQSeries Adapter Properties