tibemsConnection_GetClientId
Function
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.
 
		
 
	 Remarks
Each connection uses a unique client ID.
Client IDs partition the namespace of durable subscribers; see tibemsSession_CreateDurableSubscriber.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved. 
