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/11/21 16:23:24 UTC

[1/2] activemq-artemis git commit: ARTEMIS-859 Add BACKLOG_PROP_NAME on the TransportConstants list

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 135f00e99 -> f509c081c


ARTEMIS-859 Add BACKLOG_PROP_NAME on the TransportConstants list


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

Branch: refs/heads/master
Commit: f570b5aa175cf87c8aa55bd2d20d529016337e14
Parents: 135f00e
Author: Shaun Appleton <sa...@redhat.com>
Authored: Mon Nov 21 12:38:40 2016 +0000
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 21 11:22:29 2016 -0500

----------------------------------------------------------------------
 .../artemis/core/remoting/impl/netty/TransportConstants.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f570b5aa/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java
index dfa2ce2..14efb79 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java
@@ -250,6 +250,7 @@ public class TransportConstants {
       allowableAcceptorKeys.add(TransportConstants.CONNECTIONS_ALLOWED);
       allowableAcceptorKeys.add(ActiveMQDefaultConfiguration.getPropMaskPassword());
       allowableAcceptorKeys.add(ActiveMQDefaultConfiguration.getPropPasswordCodec());
+      allowableAcceptorKeys.add(TransportConstants.BACKLOG_PROP_NAME);
 
       ALLOWABLE_ACCEPTOR_KEYS = Collections.unmodifiableSet(allowableAcceptorKeys);
 


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

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


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

Branch: refs/heads/master
Commit: f509c081c1e98d6cb4606449ecfc685213326573
Parents: 135f00e f570b5a
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Nov 21 11:23:11 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 21 11:23:11 2016 -0500

----------------------------------------------------------------------
 .../artemis/core/remoting/impl/netty/TransportConstants.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------