Testing Spring reconnect with camel and I did configured the factory as
follows:

    <bean id="factory"
class="org.springframework.jms.connection.CachingConnectionFactory">
        <property name="targetConnectionFactory" ref="webSphereMQConFac"/>
        <property name="reconnectOnException" value="true"/>
    </bean>

Sadly it does not reconnect. Anyway to achieve this?
Thanks.



--
View this message in context: 
http://camel.465427.n5.nabble.com/stand-alone-starts-and-stops-after-switching-to-spring-tp5790872.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to