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 184F018818 for ; Thu, 16 Jul 2015 02:40:22 +0000 (UTC) Received: (qmail 36266 invoked by uid 500); 16 Jul 2015 02:40:21 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 36221 invoked by uid 500); 16 Jul 2015 02:40:21 -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 36211 invoked by uid 99); 16 Jul 2015 02:40:21 -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, 16 Jul 2015 02:40:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8C444E35DF; Thu, 16 Jul 2015 02:40:21 +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, 16 Jul 2015 02:40:22 -0000 Message-Id: <682690d5368c4fa684a763736ffaa95c@git.apache.org> In-Reply-To: <86c2fb35ab7340daa9b4c070ed0b2427@git.apache.org> References: <86c2fb35ab7340daa9b4c070ed0b2427@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #83 OpenWire fixes This closes #83 OpenWire fixes Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/94f84c43 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/94f84c43 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/94f84c43 Branch: refs/heads/master Commit: 94f84c43aa06d2189da5be8c99f4ec331a7f49a2 Parents: d560aa4 74600b2 Author: Clebert Suconic Authored: Wed Jul 15 22:40:00 2015 -0400 Committer: Clebert Suconic Committed: Wed Jul 15 22:40:00 2015 -0400 ---------------------------------------------------------------------- .../apache/activemq/broker/BrokerService.java | 22 +- .../activemq/broker/FakeTransportConnector.java | 29 ++ .../org/apache/activemq/usage/SystemUsage.java | 284 +++++++++++++++++++ 3 files changed, 332 insertions(+), 3 deletions(-) ----------------------------------------------------------------------