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
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.