<!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">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;">
    AvailableConnectionCount keeps increasing
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/tizzac">Thomas Issac</a> in <i>JCA</i> - <a href="http://community.jboss.org/message/533362#533362">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I am using JBoss JCA with IBM MQ Resource Adapter. The AvailableConnectionCount keeps increasing for every request for&#160; a new connection from this ManagedConnectionFactory. After some time my AvailableConnectionCount is showing 400+ even though my MaxSize is set to 20 by default. Every request for new connection increases AvailableConnectionCount by 20. Any idea what might be going wrong here ??</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here are the details on the Environment.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>JBoss Version : 4.0.2(build: CVSTag=JBoss_4_0_2 date=200505022023)</p><p>Webpshere MQ Resource Adapter Version : 1.5&#160;&#160; j600-201 (RAR Version)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><table border="1" cellpadding="3" cellspacing="0" style="width: 100%; border: 1px solid #000000;"><tbody><tr><th align="center" style="background-color:#6690BC;" valign="middle">wmq.jmsra-ds.xml</th></tr><tr><td><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p>&lt;connection-factories&gt;<br/>&#160;&#160;&#160;&#160; &lt;tx-connection-factory&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;jndi-name&gt;MYTESTQM01&lt;/jndi-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;rar-name&gt;wmq.jmsra.rar&lt;/rar-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;connection-definition&gt;javax.jms.QueueConnectionFactory&lt;/connection-definition&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!--&lt;config-property name="channel"&#160; type="java.lang.String"&gt;SYSTEM.DEF.SVRCONN&lt;/config-property&gt;&#160;&#160;&#160;&#160; --&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="hostName"&#160; type="java.lang.String"&gt;47.185.32.231&lt;/config-property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="port"&#160; type="java.lang.String"&gt;1414&lt;/config-property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="queueManager"&#160; type="java.lang.String"&gt;MY_TEST_QM&lt;/config-property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="transportType"&#160; type="java.lang.String"&gt;CLIENT&lt;/config-property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="username"&#160; type="java.lang.String"&gt;&lt;/config-property&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="password"&#160; type="java.lang.String"&gt;&lt;/config-property&gt; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!--&lt;config-property name="reconnectionRetryCount"&#160; type="java.lang.String"&gt;3&lt;/config-property&gt; --&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!--&lt;config-property name="reconnectionRetryInterval"&#160; type="java.lang.String"&gt;240000&lt;/config-property&gt; --&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config-property name="maxConnections"&#160; type="java.lang.String"&gt;2&lt;/config-property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;use-java-context&gt;false&lt;/use-java-context&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;blocking-timeout-millis&gt;5000&lt;/blocking-timeout-millis&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;idle-timeout-minutes&gt;2&lt;/idle-timeout-minutes&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;security-domain-and-application&gt;JmsXARealm&lt;/security-domain-and-application&gt;&#160;&#160; <br/>&#160;&#160;&#160;&#160; &lt;/tx-connection-factory&gt;</td></tr></tbody></table></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/533362#533362">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JCA at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>