For the ActiveMQ servers: Primary (localhost:61616) and Backup (localhost:61617) (for CMS clients) are there any changes needed in the server activemq.xml.
When I use CMS (C++) client with the following config: failover:(tcp://localhost:61616,tcp://localhost:61617)?randomize=false The randomize=false is not working. For the consumer client subscribing to message topic A and producer sending message topic A. The backup server is sometimes receiving the message even though the primary server is alive. But, with java clients I do not get this behavior. Messages are always being sent to primary server. thanks!!! -- View this message in context: http://activemq.2283324.n4.nabble.com/Configuring-ActiveMQ-CPP-tp4686268p4686297.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.