tibemsConnection_GetClientId


Function

Purpose

Get the client ID of a connection.

C Declaration

tibems_status tibemsConnection_GetClientId( 
    tibemsConnection connection, 
    const char** clientId ); 

COBOL Call

CALL "tibemsConnection_GetClientId" 
     USING BY VALUE connection, 
           BY REFERENCE clientId, 
           RETURNING tibems-status 
END-CALL. 

connection and clientId have usage pointer.

Parameter
Description
connection
Get the client ID of this connection.
clientId
The function stores a pointer to the ID string in this location.

Remarks

Each connection uses a unique client ID.
Client IDs partition the namespace of durable subscribers; see tibemsSession_CreateDurableSubscriber .

See Also

tibemsConnection_SetClientId


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