Configuring Java CAPS Project Components for Communication Adapters

TCPIP Outbound Settings - Connection Establishment — TCP/IP Adapter Outbound

The Client Connection Establishment properties define some of the configuration parameters used to control the connection establishment.

This section of the TCP/IP Outbound Adapter Connectivity Map properties contains the top-level parameters as displayed in the table.


Note –

This section is used only when the Connection Type is set as Client.


Table 121 Connectivity Map - TCPIP Outbound Settings - Client Connection Establishment

Name 

Description 

Required Value 

Time to Wait Before Attempting Connection

Specifies the length of time (in milliseconds) the adapter waits before attempting to connect to the external system. 

A number indicating the amount of time (in milliseconds) the adapter waits before attempting to connect. 

The configured default is 0.

Always Create New Connection

Specifies whether the adapter always attempts to create a new connection when a connection establishment request is received. 

  • True indicates that the adapter always attempts to create a new connection without attempting to match an existing connection.

  • False indicates that the adapter attempts to match an existing connection (managed by the container).

Select True or False.

The configured default is False.

Auto Reconnect Upon Matching Failure

Specifies whether to attempt to re-connect automatically when the adapter gets a matching connection from a container, even though this connection is not valid due to various reasons: for example, the external side of the connection is closed/reset due to the external application's logic. 

This property only takes effect when the Integration Server has an existing connection in its connection pool, not during an initial triggering when the pool is empty. 

  • True indicates that the adapter discards the invalid matching connection and automatically attempts to reconnect using a new connection.

  • False indicates that the adapter does not automatically attempt to reconnect using a new connection: instead, a exception is thrown and the adapter raises the appropriate alert. The user must detect this type of failure and act appropriately.

Select True or False.

The configured default is True.

Max Connection Retry

Specifies the maximum number of times the adapter attempts to connect to a specific external TCP/IP destination (host/port) before giving up. 

An integer indicating the number of times the adapter attempts to connect. 

Retry Connection Interval

Specifies the amount of time (in milliseconds) the adapter waits between attempts to connect to a specific external TCP/IP destination (host/port). 

An integer indicating the amount of time (in milliseconds) the adapter waits between attempts to connect. The configured default is 30000 (or 30 seconds).

Where to Go Next

TCPIP Outbound Settings - Server Port Binding.

Related Topics