[V9.0.5 Mar 2018][UNIX, Linux, Windows, IBM i]

TuningParameters stanza of the qm.ini file

The TuningParameters stanza specifies options for tuning the queue manager.

ImplSyncOpenOutput=value
ImplSyncOpenOutput is the minimum number of applications that have the queue open for put, before an implicit syncpoint might be enabled for a persistent put, outside of syncpoint. The default value of ImplSyncOpenOutput is 2.
This has the effect that if there is only one application that has that queue open for a put operation, ImplSyncOpenOutput is switched off.
Specifying ImplSyncOpenOutput=1 means that an implicit syncpoint is always considered. You can set any positive integer value. If you never want an implicit syncpoint to be added, set ImplSyncOpenOutput=OFF.
[V9.0.0.12 Oct 2021]OAMLdapConnectTimeout=time|0 (default)
The maximum time, in seconds, that the LDAP client will wait to establish a TCP connection to the server. If you are supplying multiple LDAP servers through a connection namelist, the timeout applies to each individual connection attempt, and so a connection to the next entry in the namelist is attempted if this timeout is reached.
time has a maximum value of 3600 seconds, and a value of 0, which is the minimum value as well as the default value, means that the wait is unlimited.
[V9.0.0.12 Oct 2021]OAMLdapQueryTimeLimit=time|0 (default)
The maximum time, in seconds, that the LDAP client will wait to receive a response to an LDAP request from the server, once a connection has been established, and an LDAP request has been sent.
time has a maximum value of 3600 seconds, and a value of 0, which is the minimum value as well as the default value, means that the wait is unlimited.

Example stanza


TuningParameters:
        ImplSyncOpenOutput=2
        OAMLdapConnectTimeout=60
        OAMLdapQueryTimeLimit=60