GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2128
ARTEMIS-1916 Remove Jmx ArtemisRMIServerSocketFactory
The ArtemisRMIServerSocketFactory doesn't do anything special,
instead the existence of this impl class causes jmx client
failed to connect (for reason not known, probably not fully
implemented the functionality). It turns out just fine
to use JDK's impl. This class is not necessary.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis b_artemis1916
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2128.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 #2128
----
commit 7d7c6ae193dcfd91bb5a4bd3e0de8542010554fd
Author: Howard Gao <howard.gao@...>
Date: 2018-06-07T15:29:29Z
ARTEMIS-1916 Remove Jmx ArtemisRMIServerSocketFactory
The ArtemisRMIServerSocketFactory doesn't do anything special,
instead the existence of this impl class causes jmx client
failed to connect (for reason not known, probably not fully
implemented the functionality). It turns out just fine
to use JDK's impl. This class is not necessary.
----
---