Thanks, that gave me clue.. I checked lsof output of my process before disconnecting to the broker & after restarting the broker. Application should automatically reconnect to the broker as per implementation. But it appears that it did not.
lsof command output shows same ESTABLISHED connection between client and broker in bothe the cases. If the re connection happens the client's TCP source port should have changed right ? TestApp 2611 root 27u IPv4 14137 TCP 172.20.105.2:45093->172.20.100.10:5672 (ESTABLISHED) But how come Application could not detect the broker loss ? All the exceptions are handled. Other App using same code was able to detect the failure. -- View this message in context: http://qpid.2158936.n2.nabble.com/qpid-client-Connection-newSession-seems-to-be-hanging-tp7602520p7602532.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
