Broker Idle Timeout
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Attribute
BrokerIdleTimeout (bit)
Purpose
Specifies the number of seconds the Broker continues to run after all the SQL engine servers have been stopped (shutdown). This option allows for the Broker to shut itself down while there are no active connections to the database. When a new connection request is made by the application, the Broker restarts itself and spawns a SQL engine process to serve the database requests made through the driver.
This option is used when the SQL Engine is operating in Broker mode.
Valid Values
timeout_seconds
where:
timeout_seconds
is the number of seconds the Broker continues to run after all the SQL engine servers have been stopped. This can be a value from 1 to 31622400.
Notes
- This option is used when SQL Engine Mode (SQLEngineMode) is set to
3(Broker).
Default Value
600