tibemsXAConnection_Get
Function
C Declaration
tibems_status tibemsXAConnection_Get( tibemsConnection* connection, const char* brokerURL );
COBOL Call
CALL "tibemsXAConnection_Get"
     USING BY REFERENCE connection,
           BY REFERENCE brokerURL,
           RETURNING tibems-status
END-CALL.
 
		
 
	 Parameters
| Parameter | Description | 
|---|---|
| connection | Stores the connection object. | 
| brokerURL | Find the connection the EMS server at this URL. If configuring a fault-tolerant client, enter two of more URLs, as described in Configuring C and COBOL Clients for Fault-Tolerant Connections. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
