Re: Failover problems when DB replication is being used

2017-02-06 Thread All in
Hi Tim, I've created the JIRA : https://issues.apache.org/jira/browse/AMQ-6592. To answer some of your questions, no data has to be running on the queues. One thing i noticed is that if i disable the admin console by commenting out the line: in the activemq.xml, the problem will not show up. It

Failover problems when DB replication is being used

2017-02-03 Thread All in
Hi, In a activemq clustered environment (Mysql DB persisted) whenever there is DB connection glitch (DB is not available for a couple of seconds) at least 1 activemq cluster node gets into a weird state, which eventually will cause the termination of the activemq process. This his how i reproduce