Re: load balancing architecture question

2007-12-31 Thread James Strachan
On 24/12/2007, hagai <[EMAIL PROTECTED]> wrote: > > Hi, > I have some questions about load balancing: > We have a few server farms, and also multiple JMS clients deployed over the > internet. Computers in server farms can talk JMS to each other, and there is > also low volume communication between

Re: load balancing architecture question

2007-12-24 Thread ttmdev
You want to have more than one URI for your composite 'failover' connector/transport. failover:(uri1,uri2,uri3,...) As an alternative to using multicast (could be somewhat unreliable) for message passing, you may want to consider using the 'fanout' transport for replicating commands from your cl