Re: JDBC Master Slave Question

2009-06-30 Thread colonelx
knows of a different (perhaps better) way of implementing this please let us know. Gary Tully wrote: > > You have got to ask the JDBC driver or database documentation. I imagine > there is a lock expiry option that can be tweaked. > > 2009/6/29 colonelx > >> >&g

JDBC Master Slave Question

2009-06-29 Thread colonelx
Hi, I have 2 brokers setup in a JDBC Master Slave Configuration. Each broker is on a different machine. BoxA and BoxB The database is also on a different machine BoxC. (mysql 5.1) The failover is working fine when I manually kill any instance of ActiveMQ on BoxA or BoxB. (Ctrl-C) However, can