Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/2300
@clebertsuconic there is a small issue cherrypicking this:
1) ill need to cherry pick in the consumers before dispatch change, as
thats in 2.7 and these fields are written before the isConfigurationManaged
OR
2) i need to switch round the order the fields are written and read in
master quick, else this would cause issue in the persisted queue binding
journal.
what would you rather i do?
---