Here are a few options off the top of my head: 1. Don't upgrade ActiveMQ till you can upgrade BouncyCastle. 2. Use a debugger to trace the Spring code to figure out which DH algorithm is the one causing the problem, and then disable its use by your client code. I've personally never used BouncyCastle, so I don't know offhand how the disabling gets done (sorry), but I'm confident that the Internet does. 3. Split out your ActiveMQ broker into a standalone process, where its JARs won't conflict with your app's JARs on the classpath. 4. Stop using the REST API and use the Java JMS client instead.
Tim On Jul 6, 2017 12:30 PM, "devworkslogin" <[email protected]> wrote: > Unfortunately, we cannot upgrade yet to bc-1.47. Is there any other > approach > that can be considered? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/upgrade-activemq-from-5-6-to-5-9-tp4728235p4728290.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
