Method | Description | |
---|---|---|
__construct ( ) | Initialize the default MQ settings. | |
getMaximumJobsToProcess ( ) : integer | Return's the maximum number of jobs to process in prallel. | |
setMaximumJobsToProcess ( integer $maximumJobsToProcess ) : void | Set's the maximum number of jobs to process in prallel. |
public getMaximumJobsToProcess ( ) : integer | ||
return | integer | The maximum number of jobs |
public setMaximumJobsToProcess ( integer $maximumJobsToProcess ) : void | ||
$maximumJobsToProcess | integer | The maximum number of jobs |
return | void |