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 E130818597 for ; Wed, 27 Jan 2016 22:13:17 +0000 (UTC) Received: (qmail 15232 invoked by uid 500); 27 Jan 2016 22:13:08 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 15184 invoked by uid 500); 27 Jan 2016 22:13:08 -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 15164 invoked by uid 99); 27 Jan 2016 22:13:08 -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; Wed, 27 Jan 2016 22:13:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41B66DFE61; Wed, 27 Jan 2016 22:13:08 +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: Wed, 27 Jan 2016 22:13:08 -0000 Message-Id: <8f618c18d60446a1a2516945cf940abe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: This closes #357 Repository: activemq-artemis Updated Branches: refs/heads/master 392e1c91f -> 7673c3108 This closes #357 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7673c310 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7673c310 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7673c310 Branch: refs/heads/master Commit: 7673c31083679e06c03b622d460beca78c03d0d7 Parents: 392e1c9 e62a820 Author: Clebert Suconic Authored: Wed Jan 27 17:12:56 2016 -0500 Committer: Clebert Suconic Committed: Wed Jan 27 17:12:56 2016 -0500 ---------------------------------------------------------------------- .../activemq/artemis/api/core/Message.java | 2 +- .../impl/ResetLimitWrappedActiveMQBuffer.java | 9 +++++++- .../artemis/core/message/impl/MessageImpl.java | 24 +++++++++++++------- .../proton/converter/jms/ServerJMSMessage.java | 2 +- .../core/protocol/mqtt/MQTTProtocolHandler.java | 2 +- .../core/protocol/mqtt/MQTTPublishManager.java | 4 ++-- .../openwire/OpenWireMessageConverter.java | 2 +- .../stomp/VersionedStompFrameHandler.java | 2 +- .../impl/openmbean/OpenTypeSupport.java | 2 +- .../core/server/impl/ServerMessageImpl.java | 2 +- .../impl/ScheduledDeliveryHandlerTest.java | 2 +- .../integration/client/AcknowledgeTest.java | 2 +- 12 files changed, 35 insertions(+), 20 deletions(-) ----------------------------------------------------------------------