4.0 Setting server policies > Queue configuration

4.1 Queue configuration

Under TORQUE, queue configuration is accomplished using the Server high availability command. With this tool, the first step is to create the queue. This is accomplished using the create subcommand of qmgr as in the following example:

> qmgr -c "create queue batch queue_type=execution"

Once created, the queue must be configured to be operational. At a minimum, this includes setting the options started and enabled. Further configuration is possible using any combination of the attributes listed in what follows.

For Boolean attributes, T, t, 1, Y, and y are all synonymous with "TRUE," and F, f, 0, N, and n all mean "FALSE."

For queue_type, E and R are synonymous with "Execution" and "Routing" (respectively).

See these topics for more details:

Related topics