This WLS WorkManager has been configured in a 6-node WLS cluster serving the first travel & tourism technology provider company website in the world.
In weblogic.xml:
<wl-dispatch-policy> RSSworker </wl-dispatch-policy>
The following can be done in weblogic.xml or you can configure it with WLS console at runtime (better because is decoupled):
<work-manager> <name>RSSworker</name> <capacity> <name>DELmaxcap</name> <count>10</count> </capacity> <fair-share-request-class> <name>FSRC</name> <fair-share>1000</fair-share> </fair-share-request-class> </work-manager>
😉