Hi Everyone, With the release of Apache Artemis 2.0.0 coming this week I wanted to get some feedback on the KahaDB Export tool before tagging version 0.1.0. I'm calling it version 0.1.0 for now as I would still consider it beta quality and don't want to promote it to a version 1.0.0 until it has gone through more testing. The export tool only supports Artemis 2.0.0+ as it is using the newest schema.
Github mirror: https://github.com/apache/activemq-cli-tools Currently there is just a snapshot version so you need to build it from source. I just updated the Artemis dependency to version 2.0.0. (So you'll need to build that yourself or grab it from the staging repo) Right now the tool supports exporting a KahaDB or MultiKahaDB store to the Artemis XML format. This converts the messages to CORE as that is what the import tool for Artemis can currently handle. There is support for compression using gzip and support for filtering a subset of destinations by pattern. I have only tested this on Linux and it probably needs some work for Windows. Anyways, I'd appreciate any feedback if people get time to test it out. Any suggestions, criticisms, etc are welcome.
