Function
Get the transactional semantics property of a session.
tibems_status
tibemsSession_GetTransacted(tibemsSession
session,tibems_bool
* isTransacted );
CALL "tibemsSession_GetTransacted" USING BY VALUE session, BY REFERENCE isTransacted, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Get the property from this session.
|
isTransacted
|
The function stores the property value in this location.
|
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 |