[ 
https://issues.apache.org/jira/browse/GERONIMO-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524645
 ] 

Manu T George commented on GERONIMO-3115:
-----------------------------------------

You can still make it work by setting the following for your MDB

        <activation-config>
              <activation-config-property>
                
<activation-config-property-name>maxSessions</activation-config-property-name>
                
<activation-config-property-value>1</activation-config-property-value>
              </activation-config-property>
              <activation-config-property> 
                <activation-config-property-name>maxMessagesPerSessions 
</activation-config-property-name>
                
<activation-config-property-value>1</activation-config-property-value>
              </activation-config-property>
            </activation-config>

> MDB pool size should be able to be configurable in openejb-jar.xsd
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3115
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3115
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.0-M6
>            Reporter: Aman Nanner
>             Fix For: 2.0.x, 2.1
>
>
> There should be an attribute for message driven beans in the openejb-jar.xsd 
> schema that will configure the pool size.  For example, if a pool size of "1" 
> were configured for a specific bean, then there would only be a maximum of 1 
> message driven bean instance of that type that would be instantiated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to