From dev-return-63702-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Jan 23 19:58:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A265D180676 for ; Tue, 23 Jan 2018 19:58:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9233F160C24; Tue, 23 Jan 2018 18:58:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF82A160C3A for ; Tue, 23 Jan 2018 19:58:09 +0100 (CET) Received: (qmail 93718 invoked by uid 500); 23 Jan 2018 18:58:08 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 93690 invoked by uid 99); 23 Jan 2018 18:58:07 -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; Tue, 23 Jan 2018 18:58:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4953EE7DA2; Tue, 23 Jan 2018 18:58:07 +0000 (UTC) From: cshannon To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1807: ARTEMIS-1627 - Support removing addresses that... Content-Type: text/plain Message-Id: <20180123185807.4953EE7DA2@git1-us-west.apache.org> Date: Tue, 23 Jan 2018 18:58:07 +0000 (UTC) Github user cshannon commented on the issue: https://github.com/apache/activemq-artemis/pull/1807 I added a couple more tests for the WildcardAddressManager to show that getDirectBindings() works with a different wildcard setting ---