This topic lists all the configuration directives for Zend Job Queue.
The table below is a summary of all the Zend Job Queue configuration directives, and displays the directive name, its default value, and a description:
| 
                     Directive  | 
                
                     Default Value  | 
                
                     Description  | 
            
| 
                     1  | 
                
                     Enables the Job Queue.  | 
            |
| 
                     30  | 
                
                     The default connection timeout to the Job Queue Daemon.  | 
            |
| 
                     2  | 
                
                     The log verbosity level [0-5].  | 
            |
| 
                     10  | 
                
                     The maximum size of the log file before it is rotated.  | 
            |
| 
                     1  | 
                
                     Use UTF-8 encoding.  | 
            
The list below contains information for all the available configuration directives for Zend Job Queue: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
Enables the Job Queue.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
The default connection timeout to the Job Queue Daemon. It can be overridden using a parameter to ZendJobQueue constructor.
Default Value: 30
Units: seconds
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
The extension's log verbosity level. Level 1 includes very important info messages, errors and warnings. Level 2 displays notices. Greater levels (up to 5) serve debug purposes only.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 5.0
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 5.0
Use UTF-8 encoding.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_ALL
Available Since Version: 6.1