Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1659
@michaelandrepearce a connection factory serialized with 1.4 won't open
with master. Wires are not compatible.
I know for instance that Wildfly uses that...
So, perhaps we could extend ActiveMQConnectionFactory as Ex and use it
within Tomcat?
if you rebase this... the PR will show the failure as I have included the
compatibility-tests on the PR checks... or after rebased go to ./compatibility
and run:
mvn -Ptests test
if you add the -D classpaths you can run the tests on the IDEs... I added
some comments on how to do it.
---