GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2122
ARTEMIS-1904 Jmx Management Security Tests
* Added tests for jmx security
* Removed ArtemisRMIServerSocketFactory as it does nothing special
(instead use default factory from jdk)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis a_jmx
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2122.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2122
----
commit 95ecb071f08dcb8b406c2600d3c635047e415b20
Author: Howard Gao <howard.gao@...>
Date: 2018-06-05T06:13:30Z
ARTEMIS-1904 Jmx Management Security Tests
* Added tests for jmx security
* Removed ArtemisRMIServerSocketFactory as it does nothing special
(instead use default factory from jdk)
----
---