mbengtsson opened a new pull request, #5855: URL: https://github.com/apache/activemq-artemis/pull/5855
A NullPointerException was thrown by ActiveMQResourceAdapter.closeConnectionFactory() if called multiple times with same properties due to factory already been removed from knownConnectionFactories. Note: this was mostly a "cosmetic" issue since exception was caught by caller in ActiveMQRAManagedConnection.destroy() and stacktrace logged Fixed by adding proper null check and a debug log, also adding unit test proving issue is solved. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact