Configuring Java CAPS Project Components for Application Adapters

Connection Establishment

The Connection Establishment section of the SWIFT AG Adapter Connectivity Map properties defines configuration parameters used to control the connection establishment. It contains the top-level parameters displayed in the table.

Table 1–20 Connectivity Map - Connection Establishment

Name 

Description 

Required Value 

Always Create New Connection

Specifies whether to ALWAYS try to create a new connection for a connection establishment request. The options are: 

  • True: A new connection is always created without trying to match an existing connection.

  • False: An attempt to match an existing connection (managed by container) is made.

True or False.

The configured default is False.

Auto Disconnect Connection

Specifies whether the adapter closes the connection automatically after the work is finished on the connection. 

  • True: The connection is not re-used.

  • False: The connection is returned to the pool for reuse.

True or False.

The configured default is False.