Broker 10.15 | Added, Removed, Deprecated, or Changed Items | Release 9.6
 
Release 9.6
Added Item
Description
forget-lost-transaction-batch-size
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Use this parameter to delete the number of heuristically completed transactions in one attempt. The default value is 100.
forget-lost-transaction-time-days
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Use this parameter to specify the age in days when transactions were heuristically completed The default value is 10 days.
forget-lost-transaction-timer-interval-seconds
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Use this parameter to specify the interval in seconds between two checks The default is 600 seconds (10 minutes).
max-diag-log-file-size
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Use this parameter to specify the maximum size of the diagnostic log file in bytes. The log file is renamed to diag.log.old once the maximum log file size is reached. Default value is 10485760 (10 MB).
max-log-file-size
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the maximum size of the basic authentication log file in bytes. The log file is renamed with the suffix .old once the maximum log file size is reached. The old file name is basicauth.log.old unless overridden with a different file name in basicauth.cfg. Default value is 10485760 (10 MB).
max-open-transaction-per-broker
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the number of open transactions that a Broker can have before Broker rejects creation of any new transaction for any client in Broker. Default is 1000.
max-open-transaction-per-client
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the number of open transactions that a client can have before Broker rejects creation of any new transaction for the client. Default is 1000.
max-server-log-file-size
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the maximum size of the server log file in bytes. Minimum value of this parameter is 1 MB. The default value is 10 MB.
memory-alert-threshold
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the threshold value in percentage (%) of available memory, if the threshold is exceeded, all publish requests are denied. The default is 90.
memory-warn-threshold
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify the threshold value in percentage (%) of available memory, if the threshold is exceeded, a warning is logged in the server.log file. The default is 80.
pub-net-address-in-deprecated-format
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify 1 to retrieve the IP address from the pubNetAddr envelope field in the old six-byte format (deprecated format). The default is 0, where the IP address from the pubNetAddr envelope field is retrieved in the string format.
rbroker-recovery-restart-forwarding-enabled
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify 1 to enable the Broker Server to reconnect to the remote Broker in case of partial processing of received events. The default is 0 (disabled).
storage-alert-threshold
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify threshold value in percentage (%) of available storage, if the threshold is exceeded, all publish requests are denied. The default is 90.
storage-warn-threshold
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg) Use this parameter to specify threshold value in percentage (%) of available storage, if the threshold is exceeded, a warning is logged in the server.log file. The default is 80.
Changed Item
Description
max-send-events-size parameter
The default value of the parameter is changed to 131072 (128 KB).
connection-sndbuf-size
The default value of the parameter is either the system default value or 524288 (512 KB), whichever value is higher. For more information, see Administering webMethods Broker
connection-rcvbuf-size
The default value of the parameter is either the system default value or 524288 (512 KB), whichever value is higher. For more information, see Administering webMethods Broker.
Send/receive buffer size
The default size for the send/receive buffer on Java and JMS clients are set to 256 KB.