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
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
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
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
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,
>
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
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
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