tibemsSession_GetTransacted


Function

Purpose

Get the transactional semantics property of a session.

C Declaration

tibems_status tibemsSession_GetTransacted( 
    tibemsSession session, 
    tibems_bool* isTransacted ); 

COBOL Call

CALL "tibemsSession_GetTransacted" 
     USING BY VALUE session, 
           BY REFERENCE isTransacted, 
           RETURNING tibems-status 
END-CALL. 

session has usage pointer.

Parameter
Description
session
Get the property from this session.
isTransacted
The function stores the property value in this location.

Remarks

When true, then the session has transaction semantics, and the session’s acknowledge mode is irrelevant.

When false, it has non-transaction semantics.


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