You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by stanlyDoge <gi...@git.apache.org> on 2017/12/08 13:08:57 UTC

[GitHub] activemq-artemis pull request #:

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.


---