Github user jbertram commented on the issue:
https://github.com/apache/activemq-artemis/pull/1715
Rather than go back and forth on this again and again I just modified your
commit and then squashed my modifications before I merged. Modifications
include:
* Changing example docs to markdown format from HTML
* Simplifying example to use SSLSupport rather than manually creating the
SSLContext
* Simplifying example to not use authorization since the example was only
for SSL related security
* Simplifying test to use keystores on the classpath rather than manual
paths
* Simplifying test to not use authorization since the test was only for SSL
related security
There were a handful of other things in there...
---