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-488266491 And thats what we're doing. Calling the same connection.fail(e) method that other blocks and code paths do, within that it does the notification, using the existing logic thats used for the others paths. Thus this is why its a nice clean almost one liner fix, because the code and handling is there in place, just needed to invoke it.
---------------------------------------------------------------- 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
