Re-configuring the Consumer Count for a Specific Domain

If the consumer count for a specific domain is going to be changed then the ejb3-interceptors-aop.xml file should be updated.

  1. In the %INSIGHT_HOME%/server/all/deploy directory, open the ejb3-interceptors-aop.xml file.
  2. 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.