Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsConnection : tibemsConnection_GetClientId

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.
Parameters
 
Remarks
Each connection uses a unique client ID.
Client IDs partition the namespace of durable subscribers; see tibemsSession_CreateDurableSubscriber on page 295.
See Also
tibemsConnection_SetClientId on page 214

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved