From dev-return-60234-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Sun Jul 16 09:06:02 2017 Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 238B21A70C for ; Sun, 16 Jul 2017 09:06:02 +0000 (UTC) Received: (qmail 33284 invoked by uid 500); 15 Jul 2017 19:39:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 33225 invoked by uid 500); 15 Jul 2017 19:39:20 -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 33212 invoked by uid 99); 15 Jul 2017 19:39:17 -0000 Received: from Unknown (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2017 19:39:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 00DE3E360F; Sat, 15 Jul 2017 19:39:15 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1400: ARTEMIS-1289 Fix: Unable to configure queues c... Content-Type: text/plain Message-Id: <20170715193916.00DE3E360F@git1-us-west.apache.org> Date: Sat, 15 Jul 2017 19:39:15 +0000 (UTC) Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1400 @mtaylor as discussed in IRC, few comments i would have. - Address is currently xsd:string already (this is just following suit) - Duplicate declaration is checked anyhow on config load, do we really need a complex schema? as we don't do this on address and the same applies, that it must be unique. - Queues can be declared in two places it seems according to the xsd, either within an address, or within the queues section, as such an unique field within one element would not capture where it could be defined in two separate places. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---