Hi, When a client listens on a TCP transport for messages, it receives a java.net.SocketException when the server goes down. When listening on a failover transport to two TCP transports (ie "failover://(tcp://serverA:61616,tcp://serverB:61616)?randomize=false"), even if both servers go down, no exception is thrown to the client. Is this the intended behavior? If so, is there any way for me to have the client receive an exception if all of the servers in a failover transport go down?
Thanks, -Adam -- View this message in context: http://www.nabble.com/No-Exception-When-All-Servers-in-Failover-Fail-tf2033417.html#a5593990 Sent from the ActiveMQ - User forum at Nabble.com.
