[ https://issues.apache.org/jira/browse/ARTEMIS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351298#comment-15351298 ]
ASF GitHub Bot commented on ARTEMIS-569: ---------------------------------------- GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/603 ARTEMIS-569 fix test failure You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-569 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/603.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #603 ---- commit e693319c74811d9a27308fd79e3ecab0a7033b66 Author: jbertram <jbert...@apache.org> Date: 2016-06-27T15:56:23Z ARTEMIS-569 fix test failure ---- > 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 {{<producer-window-size>}} 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)