You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Manu T George (JIRA)" <ji...@apache.org> on 2007/08/25 20:03:30 UTC

[jira] Commented: (GERONIMO-3115) MDB pool size should be able to be configurable in openejb-jar.xsd

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

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

This mail from the openejb-dev list may throw some light on the matter
http://mail-archives.apache.org/mod_mbox/openejb-dev/200706.mbox/%3CB1AE72A1-3DF5-40BD-9DD5-5AEF27700151@iq80.com%3E

In the case of openejb integrated in geronimo, you can only set the pool size on the resource adapter. An MDB container is created for each adapter provided you have an MDB using that RA.  So you can create a new RA with the pool size as 1 and then assign the MDB (for which pool size is 1) to that RA.

This is how you can get a pool size of 1 currently. 


> 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.