michaelandrepearce edited a comment on issue #2655: ARTEMIS-2327 ExceptionListener invoked when connection level exception URL: https://github.com/apache/activemq-artemis/pull/2655#issuecomment-488264015 re: > If this exception always represents the connections ultimate failure and isnt in response to a particular method call then telling the exception listener does seem reasonable yes, if failover was occuring that would have been caught further up in the checks (notice method about 10ish lines up, waitOnFailover), and it the connection is no longer functions properly. ExceptionListeners is used by caching and pooling cf wrappers (e.g. springs CachingConnectionFactory), as such they're only access to if issue with exception is by exception listener. So i disagree entirely that its only use is with MessageListeners.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
