Github user stanlyDoge commented on the pull request: https://github.com/apache/activemq-artemis/commit/26752a7aafa5651e41abf23ac550c6c09bb08287#commitcomment-26140681 In tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java: In tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java on line 237: @michaelandrepearce Are you sure this line should be 'createCoreConnection'? For me it would make sense if it was 'createOpenWireConnection'. It is suspisious that 'createOpenWireConnection' method is implemented (overloaded) but never used.
---