Function
Create a new XA connection to an EMS server; use XA for transactions.
tibems_status
tibemsXAConnection_Create(tibemsConnection
* connection, const char* brokerURL, const char* clientId, const char* username, const char* password );tibems_status
tibemsXAConnection_CreateSSL(tibemsConnection
* connection, const char* brokerURL, const char* clientId, const char* username, const char* password,tibemsSSLParams
sslParams, const char* pk_password );
CALL "tibemsXAConnection_Create" USING BY REFERENCEconnection
, BY REFERENCE brokerURL, BY REFERENCE clientId, BY REFERENCE username, BY REFERENCE password, RETURNING tibems-status END-CALL. CALL "tibemsXAConnection_CreateSSL" USING BY REFERENCEconnection
, BY REFERENCE brokerURL, BY REFERENCE clientId, BY REFERENCE username, BY REFERENCE password, BY VALUEsslParams
, BY REFERENCE pk-password, RETURNING tibems-status END-CALL.
Status Code
|
Description
|
---|---|
The call succeeded.
|
|
The client ID is not unique; that is, another client already uses the ID.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |