Repository: activemq-artemis Updated Branches: refs/heads/master 82d833348 -> 20e731a7f
ARTEMIS-532 update JMX RMI port prop Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c5b781c9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c5b781c9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c5b781c9 Branch: refs/heads/master Commit: c5b781c9f60f90992faed0635dca2fa5f8a6b6b6 Parents: 82d8333 Author: jbertram <[email protected]> Authored: Tue May 24 09:32:15 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Tue May 24 12:07:45 2016 -0400 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/cli/commands/etc/artemis.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c5b781c9/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile index a6c57fa..8dab799 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile @@ -29,7 +29,7 @@ JAVA_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -X # There might be options that you only want to enable on specifc commands, like setting a JMX port # See https://issues.apache.org/jira/browse/ARTEMIS-318 #if [ "$1" = "run" ]; then -# JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Djava.rmi.activation.port=1098 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" +# JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.rmi.port=1098 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" #fi # Debug args: Uncomment to enable debug
