Re: I can’t get activemq 5 to run with Spring 5

2024-05-08 Thread Jonas Jansson
Hi Matt, When you say “only have one”, do you mean one of 1.1 and 2.0, or something else? According to this thread I found on the spring framework GitHub project, you’re supposedly fine having both on the classpath? https://github.com/spring-projects/spring-framework/issues/22115 "Technically sp

Re: I can’t get activemq 5 to run with Spring 5

2024-05-08 Thread Matt Pavlovich
Hi Jonas- Definitely looks like a class loading issue where you probably have a collision with jms-2.0 api jars. You should only have one, so you probably need to add an exclusion to one of the dependencies — spring-jms or break down activemq-client to the discrete jars— activemq-client, active