DB2 Message Queue Replication

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
WBlaustein
Premium Member
Premium Member
Posts: 24
Joined: Fri Oct 28, 2011 10:55 am

DB2 Message Queue Replication

Post by WBlaustein »

Had a requirement to load data into DB2 and MessageQueue at the same time. Incase if any one of them aborted the other one has to Rollback as well.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You might investigate the Distributed Transaction stage, but I suspect that rollback won't be possible. Reversal may, of course, be designed in if every record is identified with the job run that inserted/updated it. Reversing deletions requires capture of a before-image.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply