Data Transformation Engine IBM WebSphere MQ Adapter Reference Guide

Chapter 3 - IBM WebSphere MQ Commands MQSeries AdapterSource Settings
IBM WebSphere MQ Adapter Reference Guide
24
AdapterSource > AdapterScope
Use the AdapterScope setting to specify when to check for success (OnSuccess)
or failure (OnFailure) at the completion of the processing of either a map, burst,
or card, so that the rollback and retry actions can be performed as specified. The
default value is Map.
Value Description
Map Check for success or failure at the completion of each
map. If the map successfully completes, use the
OnSuccess setting. If the map fails, use the
OnFailure setting.
Burst Check for success or failure at the completion of each
burst. If the burst is successful, use the OnSuccess
setting. If the burst fails, use the OnFailure setting.
Card Check for success or failure at the completion of each
card. If the card is successfully processed, use the
OnSuccess setting. If the card fails, use the
OnFailure setting.
AdapterSource > FetchUnit
The FetchUnit determines the number of messages that are retrieved and passed
per burst from the adapter. If the map is integral, FetchUnit messages are
processed by the entire map. The default value is S.
Value Description
S
Get all messages on the queue
1 -
value
Positive integer representing the number of messages
to be retrieved