/[Apache-SVN]
ViewVC logotype

Revision 1402652


Jump to revision: Previous Next
Author: chirino
Date: Fri Oct 26 20:28:49 2012 UTC (11 years, 11 months ago)
Changed paths: 14
Log Message:
Implementing AMQ-4137 : Create a store import/export command line tool to covert between store types

Usage is a simple as "bin/activemq export --file=archive.tgz".  All data is stored in the tgz in the format defined by the Apollo store export/import utilities.  Only export implemented at this time.  I have verified that Apollo can import queues exported from ActiveMQ.  Durable subs probably need a little more work.

Changed paths

Path Details
Directoryactivemq/trunk/activemq-console/pom.xml modified , text changed
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ShellCommand.java modified , text changed
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/StoreExportCommand.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/ExportStreamManager.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/StoreExporter.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/ added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarBuffer.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarConstants.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarEntry.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarInputStream.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarOutputStream.java added
Directoryactivemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/store/tar/TarUtils.java added
Directoryactivemq/trunk/activemq-console/src/main/proto/ added
Directoryactivemq/trunk/activemq-console/src/main/proto/data.proto added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26