Re: ActiveMQ 5.8 Message Persistence with LevelDB

2013-09-25 Thread Christian Posta
I don't think there isn't a comparable option in LevelDB. LevelDB does have an option to delay writes, but that is disabled and not configurable at the moment. You could try shutting off the cache to your queues which should cause the writes to store to be synchronous: On Wed, Sep 25, 2013 at

ActiveMQ 5.8 Message Persistence with LevelDB

2013-09-25 Thread ig-aimia
Hello I am currently evaluating performance and reliability of ActiveMQ 5.8.0 and LevelDB with Amazon AWS EBS volumes and provisioned IOPS, using the activemq-perftest plugin. Message persistence is of primary importance for my client. When I run my tests with the broker, producer and consumer, I