Provide a migration management operation for HornetQ to ActiveMQ
Artemis
------------------------------------------------------------------------
Key: WFLY-4587
URL:
https://issues.jboss.org/browse/WFLY-4587
Project: WildFly
Issue Type: Feature Request
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 10.0.0.Alpha6
WildFly 10 has a new messaging-activemq subsystem using ActiveMQ Artemis as its messaging
broker.
WildFly 10 needs to provide a :migrate management operation so that user upgrading from
WildFly 9 to 10 can start WildFly 10 with their old configuration (which used HornetQ) and
migrate to the new subsystem (which used ActiveMQ Artemis).
This migrate operation deals only with the management resource and does *not* migrate
data from HornetQ to Artemis. This will done in a separate step (using either a JMS bridge
or data export tool)