Configure the "idleTimeout" to a high value, for instance :

    <bean id="pooledConnectionFactory"
class="org.apache.activemq.pool.PooledConnectionFactory">
        <property name="maxConnections" value="8"/>
        <property name="connectionFactory" ref="activemqConnectionFactory"/>
        <property name="idleTimeout" value="86400000"/>
    </bean>

Regards,



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Logentry-Setup-of-JMS-message-listener-invoker-failed-for-destination-tp4676507p4679226.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to