Function
Find the XA connection object for a server URL.
tibems_status
tibemsXAConnection_Get(tibemsConnection
* connection, const char* brokerURL );
CALL "tibemsXAConnection_Get"
USING BY REFERENCE connection
,
BY REFERENCE brokerURL,
RETURNING tibems-status
END-CALL.
Parameter
|
Description
|
---|---|
connection
|
The function stores the connection object in this location.
|
brokerURL
|
Find the connection the EMS server at this URL.
|
If the TM has implicitly created a connection by calling xa_open
, then the TM can get that connection object with this call.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |