Hi, 

Can anyone tell me what is the purpose of adding idleTimeout property ? 
What impact does it make on the connection if idleTimeout is set to "0" ? 

<bean id="pooledConnectionFactory" 
    class="org.apache.activemq.pool.PooledConnectionFactory" 
    depends-on="connectionFactory">
    <property name="connectionFactory" ref="connectionFactory"/>
    <property name="maxConnections" value="1"/>
    <property name="idleTimeout" value="0"/>  </bean>


Thanks, 
Mahesh 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/PooledConnectionFactory-idleTimeout-tp4682065.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to