Hello, we are attempting to split up our job queues across multiple job servers.
The job servers we have:
JobServer_1
JobServer_2
JobServer_3
The two job groups in question:
Batch_Tasks_1
Batch_Tasks_2
Identity Manager 8.0.4 - Configuration Guide (oneidentity.com)
Reading the documentation above we see that we can set the job to only go to a specific queue with the syntax "DIRECT:<queue>", but would like certain jobs to go to all three servers, and then other jobs to the other two job servers reserved for specific tasks
For example:
JobServer_1 -> Batch_Tasks_1, Batch_Tasks_2
JobServer_2 -> Batch_Tasks_1, Batch_Tasks_2
JobServer_3 -> Batch_Tasks_1
In the VB script, how would we format the "DIRECT:<queue>" to contain multiple destination servers?