Slave broker still accepts connections from MessageProducer

2007-07-08 Thread Gilbert
Hi, Currently I am running a setup with a pure Master/Slave configuration. According to the documentation, the slave broker should not accept any connections when it is a slave. So I configure my client with the following connection url: failover://(tcp://slavehost:61616,tcp://masterhost:61615)?r

Re: why can not connect to the brokers

2007-07-08 Thread Adrian Co
Must be out-dated documentation. I don't think list is a valid transport scheme. You could try the static transport scheme. Jiang wrote: I config 3 brokers . In the client code , I use uri as "list:tcp://localhost:61616,tcp://192.168.1.110:61616,tcp://192.168.1.112:61616" . But when I start the