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)?randomize=false
My assumption is wrong as my client is able to connect to the slave and all the messages produced are put in the slave's queue. However my consumer is not able to retrieve the messages from the slave's queue. Can anyone advise on whether this is the correct behaviour? Should the slave broker be accepting connections? Thanks. Regards, Gilbert -- View this message in context: http://www.nabble.com/Slave-broker-still-accepts-connections-from-MessageProducer-tf4046999s2354.html#a11495470 Sent from the ActiveMQ - User mailing list archive at Nabble.com.