Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E397518E65 for ; Thu, 21 May 2015 23:45:33 +0000 (UTC) Received: (qmail 94124 invoked by uid 500); 21 May 2015 23:45:33 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 94047 invoked by uid 500); 21 May 2015 23:45:33 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 93791 invoked by uid 99); 21 May 2015 23:45:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 23:45:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7EB41E51CA; Thu, 21 May 2015 23:45:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Thu, 21 May 2015 23:45:42 -0000 Message-Id: <62bfccde75314986837ded8410a99d32@git.apache.org> In-Reply-To: <5d2a9198c9734c5eb9b5786199140f42@git.apache.org> References: <5d2a9198c9734c5eb9b5786199140f42@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/10] activemq-artemis git commit: This closes #236 This closes #236 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/30416db0 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/30416db0 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/30416db0 Branch: refs/heads/master Commit: 30416db00e65ef3e238240c32d70dcecb47ecfde Parents: 27cbc92 7ca0575 Author: Clebert Suconic Authored: Thu May 21 19:45:02 2015 -0400 Committer: Clebert Suconic Committed: Thu May 21 19:45:02 2015 -0400 ---------------------------------------------------------------------- .../artemis/jms/bridge/impl/JMSBridgeImpl.java | 1 + .../jms/server/config/JMSQueueConfiguration.java | 2 +- .../artemis/ra/ActiveMQRAStreamMessage.java | 4 ++-- .../artemis/core/server/impl/QueueImpl.java | 4 +++- pom.xml | 16 ++++++++++++++++ .../tests/integration/client/LargeMessageTest.java | 3 ++- .../cluster/distribution/ClusterTestBase.java | 4 ++-- .../tests/integration/discovery/DiscoveryTest.java | 2 +- .../management/ManagementHelperTest.java | 5 +++-- .../apache/activemq/artemis/jms/ActiveMQAdmin.java | 1 - 10 files changed, 31 insertions(+), 11 deletions(-) ----------------------------------------------------------------------