tibemsSession_Rollback


Function

Purpose

Roll back messages in the current transaction.

C Declaration

tibems_status tibemsSession_Rollback( 
    tibemsSession session ); 

COBOL Call

CALL "tibemsSession_Rollback" 
     USING BY VALUE session, 
           RETURNING tibems-status 
END-CALL. 

session has usage pointer.

Remarks

When a session does not have transactional semantics, this function returns TIBEMS_ILLEGAL_STATE.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com