Hi, I have Master/Slave broker url for failover transport as follows: (ssl://brokerurl1:61616,ssl://brokerurl2:61616)?timeout=5000&startupMaxReconnectAttempts=5&maxReconnectAttempts=5
Client picks up one broker url at random, if the url picked up to connect at random is slave, the call hangs forever at connection.start(). Above mentioned failover transport options are not being considered in this case. I don't want to set randomize option to false. Can anyone help understanding how can I make it respond and not hang forever?Does anyone know the reason for transport options (timeout, reconnect attempts) not being considered? Thanks! -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html