Enabling Dedicated Queues
Enable dedicated queue processing in wt.properties by setting the wt.workflow.engine.dedicatedQueueMode property as appropriate.
The following are possible values for this property:
• none (default)—dedicated queue processing disabled
• userWork—a dedicated WfUsrWorkQueue for the workflow templates that have the dedicated queue processing flag enabled
• propagation—a dedicated WfPropagationQueue for workflow templates that have the dedicated queue processing flag enabled
• all—a dedicated WfUserWorkQueue and a dedicate WfPropagationQueue for workflow templates that have the dedicated queue processing flag enabled
|
After setting this property in wt.properties, restart method servers for the property to take effect.
|