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

Re: Performance & Backup problems

2007-12-24 Thread ttmdev
For issue 1: it sure does look like you're not picking up the jar files. My JMS applications' reference activemq-all-5.0.0.jar and commons-logging-1.1.jar, and have no problem. For issue 2: You can leverage the CommandAgent. http://activemq.apache.org/command-agent.html And/or use mirrored qu

load balancing architecture question

2007-12-24 Thread hagai
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 server farms. The remote clients connect to the broker usin