tibemsXAConnection_CreateXASession


Function

Purpose

Create an XA session object.

C Declaration

tibems_status tibemsXAConnection_CreateXASession( 
    tibemsConnection connection, 
    tibemsSession* session ); 

COBOL Call

CALL "tibemsXAConnection_CreateXASession" 
     USING BY VALUE connection, 
           BY REFERENCE session, 
           RETURNING tibems-status 
END-CALL. 

connection and session have usage pointer.

Remarks

The new session has transactional semantics with an external transaction manager, and uses the connection for all server communications.

Parameter
Description
connection
Create a session on this connection.
session
The function stores the new session in this location.

XA sessions do not support routed queues.

See Also

tibemsSession


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