You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2018/03/30 04:31:03 UTC

[GitHub] activemq-artemis issue #1982: JUnit rules to be usable against external secu...

Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1982
  
    Couple of things related to your commit:
    
    1.  The commits should be squashed.
    2.  The commit message should follow the recommendation from the [Hacking Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/maintainers.md#commit-messages).
    3.  The CI build failed due to checkstyle violations.
    
    Aside from that, can you elaborate a bit on the use-case here?  Why not just use the normal API to connect to the remote broker?


---