![]() |
![]() |
BEA eLink Data Integration Option 1.2 Information Center |
![]() HOME | SEARCH | CONTACT | PDF FILES | WHAT'S NEW |
||
![]() TABLE OF CONTENTS | PREVIOUS TOPIC | NEXT TOPIC |
For any TUXEDO adapter card which has the rollback option set, it will call If the rollback option is not set on a particular card, and the adapter started the transaction earlier then the TUXEDO service will be called with the 'TPNOTRAN' option, to indicate that the service invocation is non-transactional. However if the process is part of a transaction but it was not started by the adapter then the TPNOTRAN flag is not set on the call, i.e. allow implicit transaction propagation.
This section outlines some cases of using the powerful combination of TUXEDO global transactions and the Mercator engine. The Mercator product already supports a Rollback flag setting on an individual card basis in the map. If this flag is set it basically means that the call should support a rollback and a number of these can be grouped into a transaction.
Note:
Mercator does not support any form of a two phase commit.
tpgetlev
to see if it is already part of a TUXEDO transaction. If a transaction is active it could have either been started by a client or a previous call to the TUXEDO adapter. Only if a transaction is not active will the TUXEDO adapter call tpbegin
() to start a transaction. At this time it will also set the 'cleanup' flag to instruct Mercator to call it back on map completion to either abort the transaction (tpabort
()) or commit it (tpcommit
()).
Transactional Message Broker