You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/05/24 16:07:53 UTC

[1/2] activemq-artemis git commit: ARTEMIS-532 update JMX RMI port prop

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 <jb...@apache.org>
Authored: Tue May 24 09:32:15 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
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


[2/2] activemq-artemis git commit: This closes #535

Posted by cl...@apache.org.
This closes #535


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/20e731a7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/20e731a7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/20e731a7

Branch: refs/heads/master
Commit: 20e731a7f33410f1908565b577243b7eaba31b14
Parents: 82d8333 c5b781c
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue May 24 12:07:46 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 24 12:07:46 2016 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/artemis.profile   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------