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 5A5C3185FD for ; Wed, 17 Jun 2015 18:00:13 +0000 (UTC) Received: (qmail 70998 invoked by uid 500); 17 Jun 2015 18:00:13 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 70966 invoked by uid 500); 17 Jun 2015 18:00:13 -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 70957 invoked by uid 99); 17 Jun 2015 18:00:13 -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, 17 Jun 2015 18:00:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 16A1EDFF98; Wed, 17 Jun 2015 18:00:13 +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, 17 Jun 2015 18:00:12 -0000 Message-Id: <199601e35bdc47eda6f348d21ae90eec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: This closes #36 acceptor factory Repository: activemq-artemis Updated Branches: refs/heads/master 61bd18149 -> 2485bb7af This closes #36 acceptor factory Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2485bb7a Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2485bb7a Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2485bb7a Branch: refs/heads/master Commit: 2485bb7af6dbc19c15d9675dcbc182274b47f471 Parents: 61bd181 f60950c Author: Clebert Suconic Authored: Wed Jun 17 13:59:51 2015 -0400 Committer: Clebert Suconic Committed: Wed Jun 17 13:59:51 2015 -0400 ---------------------------------------------------------------------- .../server/impl/RemotingServiceImpl.java | 6 +--- .../artemis/core/server/ServiceRegistry.java | 5 +++ .../core/server/impl/ServiceRegistryImpl.java | 34 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 5 deletions(-) ----------------------------------------------------------------------