You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/09/08 16:55:54 UTC

[jira] Updated: (AMQ-1794) Fix activemq.xsd to allow configuration of more than one element in the broker

     [ https://issues.apache.org/activemq/browse/AMQ-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-1794:
----------------------------

    Fix Version/s: 5.3.0
                       (was: 5.2.0)

> Fix activemq.xsd to allow configuration of more than one element in the broker
> ------------------------------------------------------------------------------
>
>                 Key: AMQ-1794
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1794
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.1.0
>         Environment: JDK6, Spring, WinXP
>            Reporter: Andreas Kuhtz
>             Fix For: 5.3.0
>
>         Attachments: amq-1794.patch
>
>
> The current activemq.xsd does not allow to configure more than one subelement, e.g. the transportConnnectors and the persistenceAdapter. Therefore the following correct configuration is currently not validated.
> {code:xml} 
> <amq:broker brokerName="myBroker" persistent="true"
>    useShutdownHook="false" deleteAllMessagesOnStartup="true" useJmx="true" 
>    populateJMSXUserID="true" >
>    <amq:transportConnectors>
>       <amq:transportConnector uri="${brokerUri}" />
>    </amq:transportConnectors>
>    <amq:persistenceAdapter>
>       <amq:kahaPersistenceAdapter directory="activemq-data" maxDataFileLength="33554432"/>
>    </amq:persistenceAdapter>
>    <amq:plugins>
>       <!-- lets enable detailed logging in the broker -->
>       <amq:loggingBrokerPlugin/>
>    </amq:plugins>
> </amq:broker>
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.