What are the default values for the server_timeout_client_connection and client_timeout_server_connection parameters?

What are the default values for the server_timeout_client_connection and client_timeout_server_connection parameters?

book

Article ID: KB0089210

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =

Default values for the server_timeout_client_connection and client_timeout_server_connection parameters


Environment:
= = = = = = =
All

Resolution:
= = = = = =

1). There are no default values for the server_timeout_client_connection and client_timeout_server_connection parameters.

If the parameters are not set, the server and or client will drop the connections upon OS notification.


2).Detecting Network Connection Failure Parameters

The following are the set of parameters in tibemsd.conf that instruct the server when to drop the connection when not receiving heartbeats from the client:

client_heartbeat_server and server_timeout_client_connection


The following parameters instruct the client to drop the connection when not receiving heartbeats from the server.

server_heartbeat_client and client_timeout_server_connection


If the parameters above are not set, the EMS server or client has to depend upon the TCP layer of the OS to identify and report a broken connection.  

Keywords/Tags:
= = = = = =
_timeout_client_connection, client_timeout_server_connection

Issue/Introduction

What are the default values for the server_timeout_client_connection and client_timeout_server_connection parameters?