Work Manager ----Capacity Constraint reached -What error client will see?
Hi Experts ,
Here is what i tried to find out :-
Assume I have created the following global constraints:
a) opm_mtc max threads constraint set to 40,
b) opm_cc capacity constraint set to 50.
Assume I have created the following global work manager: opm_wm this global work managers uses the opm_mtc and opm_cc constraints.
Assume I have an application called opm in which I have set the wl-dispatch-policy element in the weblogic.xml to reference the opm_wm work manager.
Now assume that at runtime, I have a situation where 40 concurrent requests to the opm application are executing and 10 are queued, then another request for opm hits the server.
0