ThreadPoolRuntimeMBean.QueueLength difference in WLS 10.3.5 and 10.3.6
Hello All,
We use Weblogic Server Runtime MBean Attribute "ThreadPoolRuntimeMBean.QueueLength" for internal monitoring.
In Weblogic 10.3.5 the value of this variable increases and decreases with the number of pending requests.
In Weblogic 10.3.6 the value of this variable increases sometimes to an un-explainable value and stays on the
same level even when no user requests are pending anymore. Here we would expect a decrease.
Also it further increases when more user requests are sent. There is no direct relation between the number of
HTTP requests sent and the increase of QueueLength.
Could this behaviour have any serious impact on server availability?