Yes am using PooledConnectionFactory with ActiveMQConnectionFactory....

<bean id="jmsFactory"
class="org.apache.activemq.pool.PooledConnectionFactory">
                <property name="connectionFactory">
                        <bean 
class="org.apache.activemq.ActiveMQConnectionFactory">
                                <property name="brokerURL">
                                        <value>tcp://localhost:61616</value>
                                </property>
                                <property name="closeTimeout" 
value="30000"></property>
                        </bean>
                </property>
        </bean>
-- 
View this message in context: 
http://www.nabble.com/Connection-reset-by-peer%3A-socket-write-error-tf2002588.html#a5515322
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to