GitHub user jsmucr opened a pull request:
https://github.com/apache/activemq-artemis/pull/2420
Allow configuration of RMI registry port
Previously the port was always random. This caused problems with remote JMX
connections that needed to overcome firewalls. As of this patch, it's possible
to make the RMI port static and whitelist it in the firewall settings.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsmucr/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2420.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 #2420
----
commit 44b7a13f2f50ddc156eb51f9c11dc083da4a31dc
Author: Å mucr Jan <jan.smucr@...>
Date: 2018-11-07T13:49:23Z
Allow configuration of RMI registry port
Previously the port was always random. This caused problems with
remote JMX connections that needed to overcome firewalls. As of
this patch it's possible to make the RMI port static and whitelist
it in the firewall settings.
----
---