L.S.,
Upgrading the ActiveMQ version will probably require you to update some other stuff as well (e.g. to have a matching Camel, Spring, ... version). I just tried this particular upgrade here and it looks like at least some Spring bundles need upgrading as well. You could off course update all the related bundles and assemble your own container again (either on ServiceMix or starting with a plain Karaf instance). Looking at the POMs, ActiveMQ was built with Camel 2.10.3 and Karaf 2.2.9, so that combination should work. If you're unable to use a newer version of ServiceMix, you probably won't be able to migrate to a home-brewed container either though. As an alternative, you could always just install ActiveMQ 5.8.0 on the same machine and disable the the activemq instance that's inside ServiceMix as well. That way, you can connect to the stand-alone broker from the Camel routes or CXF endpoints in your ServiceMix instance. Regards, Gert Vanthienen On Thu, Mar 27, 2014 at 7:31 PM, nvtd4000 <[email protected]> wrote: > I am using smx 4.4.1 which includes activemq 5.5.1. > Do you know how to upgrade to activemq 5.8.x. > Sorry, by some reasons, i can not use newer servicemmix. > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/upgarde-to-actimemq-5-8-x-in-servicemix-4-4-1-tp5719732.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
