[MQ 9.2.4 Nov 2021][UNIX, Linux, Windows, IBM i]

ApplicationDefaults stanza of the client configuration file

Use the ApplicationDefaults stanza to specify attributes which influence the default uniform cluster balancing behavior for client applications which connect using this configuration. These defaults can be overridden by either an application specific Application stanza, or an MQBNO structure provided through a program.

Note: The description of each attribute of this stanza indicates which IBM® MQ clients can read that attribute. For a summary table for all IBM MQ MQI client configuration file stanzas, see Which IBM MQ attributes can be read by each client.
The following attributes can be included in the ApplicationDefaults stanza:
Type = Simple,ReqRep,Managed
Indicates to IBM MQ the general pattern of IBM MQ activity in which this application participates.
BalanceTimeout = Never,Immediate,0-999999999,Default
Indicates to IBM MQ the timeout before application activity can be interrupted to permit re-balancing; either never, or a value up to a maximum of 999,999,999 seconds, with a default value of 10 seconds.
BalanceOptions = None,IgnTrans
Either no balancing options are set or permits immediate interruption of applications currently involved in a transaction.