I am using AMQ 5.9 and MSSQL for fail-over.
configuration is as follows.

<bean id="ioExceptionHandler"
class="org.apache.activemq.util.DefaultIOExceptionHandler">
     <property name="ignoreAllErrors" value="true"/>
     <property name="stopStartConnectors" value="true"/>
     <property name="resumeCheckSleepPeriod" value="10"/>
  </bean>

failure scenario is as follows.

1. AMQ 5.9 starts successfully after it connects to MSSQL DB.
2. DB service goes down.
3. DB connection of AMQ broker is broken.
4. AMQ goes down with exception about DB connection.
5. AMQ broker never re-start even though DB service goes up. I have to start
AMQ manually.

What should I do for automatic restart?
Doesn't it support automatic restart yet?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/AMQ-broker-goes-down-and-never-re-start-automatically-after-DB-goes-down-tp4704300.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to