Messaging migration does not work in domain mode
------------------------------------------------
Key: WFLY-5004
URL:
https://issues.jboss.org/browse/WFLY-5004
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Alpha5
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 10.0.0.Alpha6
The :migrate operation of the legacy messaging subsystem does not work in domain mode.
The addresses returned by the describe handler starts with /subsystem while in domain
mode, the subsystem configuration are under /profile=XXX
The :migrate operation must prepend the operation parent address (EMPTY_ADDRESS in
standalone mode, /profile=XXX in domain mode) for the operation to be successful.