While deploying Queues.txt - you can add one additional attribute "SW_WISINST" in the file and this is TEXT variable and default value should be blank. If you will add "1" to the value then WIS 1 will be the dedicated to this particular Queue.
In below example - I have added the SW_WISINST to queue "MY_BUSY_WORKQUEUE" and value is 1. So WIS 1 is dedicated to "MY_BUSY_WORKQUEUE".
After delpoying the below code - you can verify the assigned WIS queue details by running the command "$SWDIR/util/plist -w"(i believe this is the right command).
G+MY_BUSY_WORKQUEUE
V+MY_BUSY_WORKQUEUE,DESCRIPTION,BUSYQUEUE
V+MY_BUSY_WORKQUEUE,FUNCTION_ID,TESTID
V+MY_BUSY_WORKQUEUE,LANGUAGE,english
V+MY_BUSY_WORKQUEUE,MENUNAME,SW_GROUP
V+MY_BUSY_WORKQUEUE,QSUPERVISORS,
V+MY_BUSY_WORKQUEUE,SORTMAIL,PROCEDURE
V+MY_BUSY_WORKQUEUE,SW_DOMAIN,
V+MY_BUSY_WORKQUEUE,SW_WISINST,1
(Note – This Property can be used to dedicate the WIS queue. In above example I have dedicated WIS 1 to MY_BUSY_WORKQUEUE. If this paramenter is empty then MY_BUSY_WORKQUEUE will pick up the random WIS accordingly.
V+MY_BUSY_WORKQUEUE,USERFLAGS,
V+MY_BUSY_WORKQUEUE,WISCACHE,
No comments:
Post a Comment