number of Q engines at startup

Summary information

Default value

0

Range of values

0–127

Status

Static

Display level

Comprehensive

Required role

System Administrator

Configuration group

number of Q engines at startup required for MQ series and specifies the maximum number of Q engines you can have online. You may need to increase max online engines to accomodate the number of Q engines at startup.

This example shows adding 2 to ‘max on'ine engines’ assuming curent ‘max online engines’ is 4.

sp_configure 'number of Q engines at startup', 2
go