Function 
  
 
	 Purpose
 
		 
		Return the connection attempts limit. 
		
 
	  
 
	 C Declaration
 
		 
		tibems_int tibems_GetConnectAttemptCount(void);
 
	  
 
	 COBOL Call
 
		 
		CALL "tibems_GetConnectAttemptCount"
  RETURNING tibems-Return-Value
END-CALL.
 
	  
 
	 Remarks
 
		 
		This setting governs all client 
		  tibemsConnection objects, limiting the number of times that connection objects attempt to establish a connection to the server. The default value is 2. The minimum value is 1. 
		
 
	  
 
	 See Also
 
		 
		tibems_SetConnectAttemptCount 
		   
		
 
		"Setting Connection Attempts, Timeout and Delay Parameters" in the 
		  TIBCO Enterprise Message Service User’s Guide 
		
 
	  
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.