[GitHub] activemq-artemis issue #2420: Allow configuration of RMI registry port

2018-11-09 Thread jsmucr
Github user jsmucr commented on the issue: https://github.com/apache/activemq-artemis/pull/2420 There, it's done. :) The way I had to test the port usage is nasty, sorry for that. Maybe someone will come up with something a little more straightforward. ---

[GitHub] activemq-artemis issue #2420: Allow configuration of RMI registry port

2018-11-07 Thread jsmucr
Github user jsmucr commented on the issue: https://github.com/apache/activemq-artemis/pull/2420 Okay. :) ---

[GitHub] activemq-artemis issue #2420: Allow configuration of RMI registry port

2018-11-07 Thread jsmucr
Github user jsmucr commented on the issue: https://github.com/apache/activemq-artemis/pull/2420 I think you mean something like this, right? ```JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote" JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote.aut

[GitHub] activemq-artemis pull request #2420: Allow configuration of RMI registry por...

2018-11-07 Thread jsmucr
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