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



-----
Thanks And regards,
Mahesh
--
View this message in context: 
http://camel.465427.n5.nabble.com/PooledConnectionFactory-idleTimeout-tp5752147.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to