Data Transformation Engine IBM WebSphere MQ Adapter Reference Guide

Chapter 2 - Command Aliases PUT > Target Settings
IBM WebSphere MQ Adapter Reference Guide
13
Value Description
CreateOnContent Upon successful completion of the burst, map, card, or rule
(determined by Scope settings), send the message only if
it has content.
Target > Transaction > OnFailure Setting
Use the OnFailure setting with adapter targets to select the rollback or commit
behavior if the map does not complete successfully. The default value is Rollback.
Value Description
Rollback If the map does not complete successfully, the message is not sent.
Commit The adapter behaves as if the map was successful and the action
(Create or CreateOnContent) specified by the OnSuccess setting
is taken.
Target > Transaction > Scope Setting
Use the Scope setting to specify when to check for success (OnSuccess) or
failure (OnFailure) of a card so that the actions specified with the
OnSuccess/OnFailure settings can be performed. The default value is Map.
Value Description
Map Check for success or failure at the completion of each map. If
the map completes successfully, 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 processed successfully, use the OnSuccess
setting. If the card fails, use the OnFailure setting.