Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_Rollback

tibemsXAResource_Rollback
Function
Purpose
Roll back a transaction.
C Declaration
tibems_status tibemsXAResource_Rollback(
    tibemsXAResource xaResource,
    XID* xid );
COBOL Call
CALL "tibemsXAResource_Rollback"
USING BY VALUE xaResource,
BY REFERENCE xid,
RETURNING tibems-status
END-CALL.
 
xaResource and xid have usage pointer.
Parameters
 
Remarks
Messages sent to a queue with prefetch=none and maxRedelivery=number properties are not received number times by an EMS application that receives in a loop and does an XA rollback after the XA prepare phase.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved