I'm having some problems on the client with IConnection.ExceptionListener. When the ActiveMQ server is shutdown, this Listener is fired in my client app as expected. However, when I then go and close/dispose of the client connection, subscription, and messageconsumer during this event the debugger shows that the client thinks the connection, etc are still alive and when the client app goes into these lines, the close/dispose never return and the app stops at these lines.
Does anyone know of a work around. I don't want to leave these resources open and would like a way to close them. NMS Client 5.1 ActiveMQ 5.0 Thanks. -- View this message in context: http://www.nabble.com/Connection-Exception-Listener-tp15641654s2354p15641654.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.