Re: Broker goes down when database is restarted or goes down

2010-04-21 Thread magellings
If you use c3p0 as a connection pooler, then you can run a slave which will retry to obtain the lock on the lock table. Then when the database is restarted, or goes down, the master goes down, and the slave broker will take over when the database comes back up. You'll then need something to rest

Re: Broker goes down when database is restarted or goes down

2010-04-21 Thread Gary Tully
Do the comments on https://issues.apache.org/activemq/browse/AMQ-2498 help at all? On 21 April 2010 09:07, lernit2007 wrote: > > I use the last activemq release version. > > > lernit2007 wrote: > > > > Hello, > > > > if my jdbc-database is restarted or goes down, then the broker goes down > > to

Re: Broker goes down when database is restarted or goes down

2010-04-21 Thread lernit2007
I use the last activemq release version. lernit2007 wrote: > > Hello, > > if my jdbc-database is restarted or goes down, then the broker goes down > too. It is possible to say that the broker always try to connect to the > database or how can I solve this problem. Thanks im behaviour. > --