Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1744
@shailendra14k there also is now a compatibility test framework that
Clebert added, so if you do find this is broken for a particular client version
and not fixed by the recent changes in master, i think first bit will be to add
the case its broken to that compatibility test bundle, that way any fix can be
verified (and ensured it won't regress)
You'll find that all here:
/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility
see the read me's of the current tests on how to run / run within an IDE.
---