because the activemq-all-5.15.2.jar has packaged sl4j as part of itself, it can cause conflict when I want to use the different version of sl4j. something like
java.lang.NoClassDefFoundError: Could not initialize class org.slf4j.MDC otherwise, I have to pick out each jar that I want, such as activemq-client-5.15.2.jar and others. So what is the better way to use both activemq and sl4j together? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
