From dev-return-67416-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Oct 1 11:23:44 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 766BE180660 for ; Mon, 1 Oct 2018 11:23:43 +0200 (CEST) Received: (qmail 81616 invoked by uid 500); 1 Oct 2018 09:23:42 -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 81595 invoked by uid 99); 1 Oct 2018 09:23:41 -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, 01 Oct 2018 09:23:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AFDB3E05E3; Mon, 1 Oct 2018 09:23:41 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #2338: ARTEMIS-2101 Do not cluster OpenWire advisory ... Content-Type: text/plain Message-Id: <20181001092341.AFDB3E05E3@git1-us-west.apache.org> Date: Mon, 1 Oct 2018 09:23:41 +0000 (UTC) Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2338 Point here is this could be something on the address that could be made much more generic. We shouldnt do anything thats protocol specific in core. We should find a generic way ---