You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by sa_james <sa...@hotmail.com> on 2016/12/01 10:21:59 UTC

stand-alone starts and stops after switching to spring

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.