If the consumer count for a specific domain is going to be changed then the
ejb3-interceptors-aop.xml file should be updated.
-
In the
%INSIGHT_HOME%/server/all/deploy directory, open the
ejb3-interceptors-aop.xml file.
-
Under the specific domain description update the following parameters:
| value= | "StrictMaxPool" |
| maxSize= | <value> |
| propertyName= | "maxSession" |
| propertyValue= | <value> |
Note: The
maxSize parameter on the
StrictMaxPool needs to be the same as the
maxSession set on the bean itself.