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 1F8C118C64 for ; Mon, 14 Sep 2015 12:54:21 +0000 (UTC) Received: (qmail 26334 invoked by uid 500); 14 Sep 2015 12:54:18 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 26291 invoked by uid 500); 14 Sep 2015 12:54:18 -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 26276 invoked by uid 99); 14 Sep 2015 12:54:17 -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; Mon, 14 Sep 2015 12:54:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D876CDF97F; Mon, 14 Sep 2015 12:54:17 +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: Mon, 14 Sep 2015 12:54:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #163 This closes #163 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cbb6c63d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cbb6c63d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cbb6c63d Branch: refs/heads/master Commit: cbb6c63d0063efb2afb6fbf2ddbc533a02425091 Parents: 6408fd0 0abf524 Author: Clebert Suconic Authored: Mon Sep 14 08:54:01 2015 -0400 Committer: Clebert Suconic Committed: Mon Sep 14 08:54:01 2015 -0400 ---------------------------------------------------------------------- .../openwire/OpenWireMessageConverter.java | 177 +++++++++++-- .../command/MessageCompressionTest.java | 207 +++++++++++++++ .../openwire/interop/CompressedInteropTest.java | 263 +++++++++++++++++++ 3 files changed, 631 insertions(+), 16 deletions(-) ----------------------------------------------------------------------