You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2015/09/07 10:54:38 UTC

[1/2] activemq-artemis git commit: Fix ReconnectWithSameClientIDTest

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 8458f8576 -> acbab49bc


Fix ReconnectWithSameClientIDTest


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

Branch: refs/heads/master
Commit: e3a1e8abd637e2907b7cb4a8aa52de401eaaa05c
Parents: a2aa18c
Author: Howard Gao <ho...@gmail.com>
Authored: Mon Sep 7 15:05:33 2015 +0800
Committer: Howard Gao <ho...@gmail.com>
Committed: Mon Sep 7 15:05:33 2015 +0800

----------------------------------------------------------------------
 .../artemis/core/protocol/openwire/amq/AMQConnectionContext.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e3a1e8ab/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQConnectionContext.java
----------------------------------------------------------------------
diff --git a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQConnectionContext.java b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQConnectionContext.java
index c5c2a9e..a79911c 100644
--- a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQConnectionContext.java
+++ b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQConnectionContext.java
@@ -244,7 +244,8 @@ public class AMQConnectionContext {
       // TODO: check what this means,
       //       on the activemq implementation this used to check on
       //       the connector, so this looks like a configuration option
-      return true;
+      // http://activemq.apache.org/configuring-transports.html
+      return false;
    }
 
 }


[2/2] activemq-artemis git commit: Merge PR #158

Posted by ma...@apache.org.
Merge PR #158


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

Branch: refs/heads/master
Commit: acbab49bcf6e38292faec807c77ce56e8faa2860
Parents: 8458f85 e3a1e8a
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon Sep 7 09:54:00 2015 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon Sep 7 09:54:00 2015 +0100

----------------------------------------------------------------------
 .../artemis/core/protocol/openwire/amq/AMQConnectionContext.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------