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
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