RE: Configuring a network of master/slave pairs

2007-10-30 Thread Jodi Moran
Hi Joe, > The static:// scheme for the brokers should be the right approach. You can > disable the 'WARN' reconnect messages by changing the severity level, in > the log4j.properties file, from INFO to ERROR like this. > > log4j.rootLogger=ERROR, stdout, out Thanks for your reply. I know how to

Re: Configuring a network of master/slave pairs

2007-10-29 Thread ttmdev
Yup, the failover:// scheme is used for clients. You may want to consider setting 'randomize' to false because you always want your clients to try and connect to the master first. For example, failover:(tcp://masterhost:61616,tcp://slavehost:61616)?randomize=false The static:// scheme for the br