Broker 10.15 | Added, Removed, Deprecated, or Changed Items | Release 10.15
 
Release 10.15
Added Item
Description
basic-auth-thread-count
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Number of threads used to handle basic authentication requests asynchronously. Default value is 10, allowed values are 2 to 200.
basic-auth-thread-timeout-ms
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Specifies the maximum time, in milli-seconds, in which Broker waits for basic authentication requests to complete and utilizes the cache upon completion. Default value is 20 ms, allowed values are 1 ms to 5000 ms.
basic-auth-cache-validity
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Specifies the maximum time, in seconds, an authenticated user is considered valid for the cache. Default value is 10 sec, allowed values are 1 sec to 30 sec.
metering-reporting-interval-sec
Added a new parameter to the Broker Server’s configuration file (awbroker.cfg). Specify the metering reporting interval in seconds. Minimum value of this parameter is 60 seconds and maximum value is 3600 seconds. The default value is 600 seconds. Broker reports the collected metrics to the webMethods Metering Application (MTA) agent which subsequently transfers those metrics to the MTA server for calculating pricing. Metrics are reported as delta values. Broker checks for the METERING_REPORTING_INTERVAL_SEC environment variable if the metering-reporting-interval-sec parameter in the configuration file (awbroker.cfg) is missing.
broker_update.exe
Added a new Broker command-line tool broker_update.exe at the location SoftwareAG_directory/Broker/bin. Use this tool to update Broker configurations based on the subcommands
Changed Item
Description
ssl-accept-timeout
The default value of this parameter in the configuration file awbroker.cfg is changed to 30 seconds to allow more time for SSL handshake to complete.