gmuecke commented on issue #1850: URL: https://github.com/apache/activemq/issues/1850#issuecomment-4143789227
We've experienced the same issue on our windows workstations. After renovate upgraded to 6.2.2 we're not able to establish connections to the broker using any transport option (auto, failover, tcp). As workaround you may copy the files from https://github.com/apache/activemq/tree/main/activemq-client/src/main/resources/META-INF/services/org/apache/activemq to a local folder of the same structure and add this folder to your classpath. At least that approach worked in my IDE when putting the files into the resources folder of my maven project. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
