On Fri, Mar 6, 2015 at 6:07 AM, underflow <underf...@async.eu> wrote: > - Another idea was to create a network of brokers with the original instance > (w/ kahadb persistence) and the new instance (w/ leveldb persistence) + > resending all content, if required...
I'll be curious to see what advice you get. I'm new to activemq, but this sounds like a very reasonable approach to me. I'd set up a cluster with the new backing store and migrate clients to it. Once I was happy the old one is not needed I'd turn off the transport connectors and let it forward any remaining data to the new cluster. Jim