When I introduced activemq-all in jetty and deployed the application, a NoSuchMethodException error occurred. However, when I introduced the activemq-client dependency, the error disappeared. The following is an error.
Caused by: java.lang.NoSuchMethodException: org.springframework.jms.annotation.JmsBootstrapConfiguration$$EnhancerBySpringCGLIB$$17cf8886.CGLIB$SET_THREAD_CALLBACKS([Lorg.springframework.cglib.proxy.Callback;)
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at org.springframework.cglib.proxy.Enhancer.getCallbacksSetter(Enhancer.java:912)
at org.springframework.cglib.proxy.Enhancer.access$000(Enhancer.java:93)
at org.springframework.cglib.proxy.Enhancer$EnhancerFactoryData.<init>(Enhancer.java:502)