L.S.,
Using LevelDB with ActiveMQ 5.5.1 won't work, I think. You'll need at least the 5.6.0 version because that's the first Apache release to include http://svn.apache.org/viewvc?view=revision&revision=1227185 which is required for the LevelDB store to work. However, I just tried upgrading 4.4.1 to ActiveMQ 5.6.0 and that did work out fine here. If you edit the etc/org.apache.karaf.features.cfg file and configure that to use version 5.6.0 of the ActiveMQ features file, you can delete the data directory and restart the container to get Apache ServiceMix 4.4.1 running together with ActiveMQ 5.6.0. Regards, Gert Vanthienen On Sat, Mar 29, 2014 at 5:08 AM, nvtd4000 <[email protected]> wrote: > Thanks Gert. > Looks like the upgrading is not easy. My core problem is due to kahadb, it > has some bugs that need to upgrade to kahadb 5.8.0 (this is from my research > in google). > > I heard that we can use leveldb to replace kahadb. Do you know how to do > that in servicemix 4.4.1 and activemq 5.5.1. > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/upgarde-to-actimemq-5-8-x-in-servicemix-4-4-1-tp5719732p5719754.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
