Github user jbertram commented on the issue:
https://github.com/apache/activemq-artemis/pull/1718
> The commit message is too long to be included in the commit
Please follow the commit recommendations in the [Hacking
Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/en/maintainers.md#commit-messages).
Also, please squash your commits and then `push -f` to your branch where
the PR is based (i.e. `Skiler:remoteQueueSubscriptionRemoveConsumer`). More
details [here](https://davidwalsh.name/squash-commits-git). GitHub will
automatically pick up the changes on the PR branch.
---