Re: High Availability and Load Balancing

2007-11-20 Thread ktecho
James.Strachan wrote: > > On 20/11/2007, ktecho <[EMAIL PROTECTED]> wrote: >> >> In a store and forward network of master/slave clusters, all the brokers >> receive messages? > > All brokers in a master/slave cluster receive the message; only the > maste

Re: High Availability and Load Balancing

2007-11-20 Thread ktecho
a store and forward network of master/slave clusters if > you really need to - though I doubt you'll ever need to - but at least > you can tell your customer that yes, if you need to, you can run > multiple master/slave clusters in a store/forward network. > > On 20/11/2007, k

Re: High Availability and Load Balancing

2007-11-19 Thread ktecho
different Active (master) brokers using journaled files or database, and telling them that if one of them fails, the others takes its messages and routes them to consumers? Or that can only be done with Master/Slave (Active/Passive) configurations? Thanks a lot. James.Strachan wrote: > > O

Re: High Availability and Load Balancing

2007-11-19 Thread ktecho
aster. The only way to provide HA and Load Balancing is to increase the number of server in pairs (master/slave)? Thanks. James.Strachan wrote: > > On 19/11/2007, ktecho <[EMAIL PROTECTED]> wrote: >> >> We need to receive JMS log messages from several machines. In

Re: High Availability and Load Balancing

2007-11-19 Thread ktecho
onally, which is not a master/slave cluster which is > what you probably want. > > BTW what kind of load do you need? I suspect a single master/slave > cluster of brokers is all you need. > > > On 19/11/2007, ktecho <[EMAIL PROTECTED]> wrote: >> >> Hi, >

Re: High Availability and Load Balancing

2007-11-19 Thread ktecho
other brokers that have > appropriate consumers and consumers can be clustered so that you can > further balance the load across multiple consumers. > > Hope this helps - Joe > > > ktecho wrote: >> >> Hi, >> >> I have been reading the Activ

High Availability and Load Balancing

2007-11-19 Thread ktecho
Hi, I have been reading the ActiveMQ documentation but something isn't entirelly clear to me. I need to setup a network of brokers with the following requirements: - I need all of them to be able to attend requests, to provide Load Balancing between all the brokers / servers. - I need that if on

Re: ActiveMQ - Spring

2007-11-05 Thread ktecho
I don't know if this is your problem, but I lost a lot of time with a similar problem that was resolved by changing the spring-x.x.jar that comes with ActiveMQ with the latest version from the 1.x branch of Spring. Just delete the .jar that comes with ActiveMQ and put the .jar you downloaded with