-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.ER2 (Beta)
-
None
We need some util for migration JMS data from JBEAP 6 to JBEAP 7. I successfully export JMS data from JBEAP 6 by command
java -cp jboss-client.jar org.hornetq.core.journal.impl.ExportJournal
but I was not successful in importing of data to JBEAP 7. I tried to use
org.apache.activemq.artemis.cli.Artemis
with
org.apache.activemq.artemis.cli.commands.tools.XmlDataImporter
action, which I found in
modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-1.1.0.redhat-2.jar
but many dependencies are needed for that and it is not user-friendly.
My question is: Is it possible to improve existent CLI import command or add new one, which would import exported JMS data from JBEAP 6?
- relates to
-
JBEAP-2286 [Migration Guide] 3.3.3. Migrate Messaging Data section is incorrect
- Closed