Re: Change indexFactory property of levelDB and the broker failed to start

2013-11-05 Thread Christian Posta
if doesn't work, please post the full log upon startup On Tue, Nov 5, 2013 at 7:42 AM, Christian Posta wrote: > do you have the native leveldb installed? the JNI wrappers will work > only if the leveldb is installed on your machine. > > otherwise, switching between index implementations *should*

Re: Change indexFactory property of levelDB and the broker failed to start

2013-11-05 Thread Christian Posta
do you have the native leveldb installed? the JNI wrappers will work only if the leveldb is installed on your machine. otherwise, switching between index implementations *should* work. I just verified it on 5.8. On Mon, Nov 4, 2013 at 6:32 PM, HellKnight wrote: > I want to use jni version of lev

Re: Change indexFactory property of levelDB and the broker failed to start

2013-11-04 Thread HellKnight
I want to use KahaDB and run the broker before my problem is solved. But I am worrying that messages were stored in levelDB instead of KahaDB, so after the broker start up I will have a broker that has no messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/Change-in