[ https://issues.apache.org/activemq/browse/AMQ-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bruce Snyder resolved AMQ-1550. ------------------------------- Resolution: Fixed The website is backed by the Confluence wiki so you can edit the docs yourself. All you need to do is register for a Confluence account. > Incorrect amqPersistanceAdapter example in docs > ----------------------------------------------- > > Key: AMQ-1550 > URL: https://issues.apache.org/activemq/browse/AMQ-1550 > Project: ActiveMQ > Issue Type: Bug > Components: Documentation > Environment: N/A > Reporter: Eric Sammer > Assignee: Bruce Snyder > > The documentation for Active Message Store (URL: > http://activemq.apache.org/amq-message-store.html ) lists the example: > <broker brokerName="broker" persistent="true" useShutdownHook="false"> > <transportConnectors> > <transportConnector uri="tcp://localhost:61616"/> > </transportConnectors> > <persistenceAdapter> > <amqPersistenceAdapter directory="activemq-data" > maxDataFileLength="32mb"/> > </persistenceAdapter> > </broker> > The attribute maxDataFileLength="32mb" is an invalid method (broker fails to > start up). The attribute reference directly below the example lists the > attribute as maxFileLength - probably just a typo in the example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.