<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    @Pool / @ActivationConfigProperty multitheading problem?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/letincho">Martín Urtasun</a> in <i>EJB3</i> - <a href="http://community.jboss.org/message/625898#625898">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,&#160;&#160; After 1 or 2 days of normal execution, the server hangs: I can't login by ssh or access to the web console (or any other application running on JBoss). The log of JBoss just stop without any exception.&#160;&#160; This problem started when I configured the pool size of may MDB with the @Pool annotation. I have more than 50 MDBs. Because of my performance problems (of throuput) I try to configure differents pool size on each MDBs.&#160;&#160; So, I'd configured \server\default\deploy\jca-jboss-beans.xml,&#160; with 2048.&#160;&#160; And put diferents values on each MDB.&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;@ActivationConfigProperty(propertyName = "maxMessages", propertyValue = "1"), &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;@ActivationConfigProperty(propertyName = "maxSession", propertyValue = "50")}) &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;@Pool (value=PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX,maxSize=50,timeout=20000)&#160; The sum of the all maxSize is around 1000.&#160;&#160; I've no problem of database connection.&#160;&#160; I've no OutOfMemory exception.&#160;&#160; I've no exception on my logs.&#160;&#160; My server is running on a VirtualBox 4, with 8 processors (the host has 16)&#160; with 6GB of RAM (the host has 16GB).&#160;&#160;&#160; I guess about a multithreading problem or a pool administration bug, but I can't found any solution.&#160;&#160; Can anybody help me?&#160; Thanks in advance.&#160; Mart&#237;n&#160; PD:&#160;&#160; Server information:&#160;&#160; Version: 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221100) Version Name: The Oracle Built on: May 22 2009&#160; JVM Environment Free Memory: 2067 MB Max Memory: 2995 MB Total Memory: 2995 MB #Threads: 2206 JVM Version: 1.5.0_22-b03 (Sun Microsystems Inc.) JVM Name: Java HotSpot(TM) 64-Bit Server VM&#160; #CPU: 8 OS: Linux 2.6.32.39 (amd64)</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/625898#625898">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in EJB3 at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>