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?
---