Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C1A2200B54 for ; Thu, 28 Jul 2016 16:38:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4AAB8160AAA; Thu, 28 Jul 2016 14:38:22 +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 B9707160A56 for ; Thu, 28 Jul 2016 16:38:21 +0200 (CEST) Received: (qmail 83830 invoked by uid 500); 28 Jul 2016 14:38:20 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 83819 invoked by uid 99); 28 Jul 2016 14:38:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2016 14:38:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C47032C0278 for ; Thu, 28 Jul 2016 14:38:20 +0000 (UTC) Date: Thu, 28 Jul 2016 14:38:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-569) property missing from XSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 28 Jul 2016 14:38:22 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397617#comment-15397617 ] ASF subversion and git services commented on ARTEMIS-569: --------------------------------------------------------- Commit c408ece7e78c2d9d605ebdfff03bd03fb6b885c4 in activemq-artemis's branch refs/heads/master from [~jbertram] [ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=c408ece ] ARTEMIS-569 correct method spelling > property missing from XSD > ------------------------- > > Key: ARTEMIS-569 > URL: https://issues.apache.org/jira/browse/ARTEMIS-569 > Project: ActiveMQ Artemis > Issue Type: Bug > Reporter: John Mark > Assignee: Justin Bertram > Fix For: 1.4.0 > > > According to the documentation, a property named {{producer-window-size}} should exist for bridge configuration. This is documented both here: https://activemq.apache.org/artemis/docs/1.2.0/core-bridges.html and here: https://activemq.apache.org/artemis/docs/1.2.0/configuration-index.html#bridge-type. > When I tried adding the {{}} element to my broker.xml I get an error saying that it is invalid. Looking at the [XSD|https://github.com/apache/activemq-artemis/blob/master/artemis-server/src/main/resources/schema/artemis-configuration.xsd#L992] I have confirmed that it is not listed there. -- This message was sent by Atlassian JIRA (v6.3.4#6332)