tibemsConnection_GetActiveURL


Function

Purpose

Get the active URL of a connection.

C Declaration

tibems_status tibemsConnection_GetActiveURL( 
    tibemsConnection connection, 
    char** serverURL ); 

COBOL Call

CALL "tibemsConnection_GetActiveURL" 
     USING BY VALUE connection, 
           BY REFERENCE serverURL, 
           RETURNING tibems-status 
END-CALL. 

connection and serverURL have usage pointer.

Parameter
Description
connection
Get the active URL of this connection.
serverURL
The function stores a pointer to the URL in this location.

Remarks

This property is the URL of the server at the other endpoint of the connection. When the connection interacts with several servers in a fault-tolerant arrangement, this property indicates the current active server.

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