So currently, the big caveat for leveldb replication is that replicating the schedule db doesn't work…
How complicated is it going to be to get this to work with leveldb? Is anyone actively working on this? I kind of painted myself into a corner on this one. ActiveMQ does literally 95% of what I need and then I realized that this isn't going to work. If it's being fixed… that's great. If not I might need to step in and help out. The LevelDB store does not yet support storing data associated with Delay and Schedule Message Delivery <http://activemq.apache.org/delay-and-schedule-message-delivery.html>. Those are are stored in a separate non-replicated KahaDB data files. Unexpected results will occur if you use Delay and Schedule Message Delivery <http://activemq.apache.org/delay-and-schedule-message-delivery.html> with the replicated leveldb store since that data will be not be there when the master fails over to a slave. -- Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile <https://plus.google.com/102718274791889610666/posts> <http://spinn3r.com>
