Connection file parameters
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Connection file parameters
A connection file allows you to configure a set of connection parameters. The following table lists the connection parameters that can be set for each connection type.
| Parameter | Connection type |
|---|---|
| Broker-side selectors | All1 |
| Client ID | All |
| Connection URL | All |
| Connect ID | All |
| Default password | All |
| Default user name | All |
| Durable message order | All |
| Flow to disk | All |
| Load Balancing | All |
| Max delivery count | All |
| Persistent delivery mode | All |
| Ping interval | All |
| Prefetch count | All |
| Prefetch threshold | All |
| Sequential | All |
| Client transaction buffer size | Client-connect |
| Enable fault tolerant | Client-connect |
| Enable local store | Client-connect |
| Fault tolerant reconnect timeout | Client-connect |
| Initial connect timeout | Client-connect |
| Local store directory | Client-connect |
| Local store size | Client-connect |
| Reconnect interval | Client-connect |
| Reconnect timeout | Client-connect |
Note: The combined length of the Client ID, Default password, and
other connection file parameters listed in the table above must not exceed 30,000 non-Unicode
characters when connecting to an application server.
Parameter values are fixed when the beginSession procedure is called. When the beginSession procedure is called, the following process takes place for each parameter to determine its value:
- If the parameter value was set by a call to the corresponding
set<parameter>routine, the values set in the call is used. If the sameset<parameter>routine is called more than once, the last setting is used. - If the parameter value was not set by a
set<parameter>routine, and a parameter file is specified, and the parameter is set in the connection file, then the value in the connection file is used. - If the parameter is not set by a
set<parameter>routine, and it is not set in a specified connection file, then the default value is used.
The following figure depicts the process for determining the parameter value for each parameter during execution of the beginSession procedure.

All connection parameters must be set prior to calling beginSession.
1 All connections include
BrokerConnect and ClientConnect