Config error of kahaPersistenceAdapter example in documentation
---------------------------------------------------------------

                 Key: AMQ-1290
                 URL: https://issues.apache.org/activemq/browse/AMQ-1290
             Project: ActiveMQ
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 4.1.1
            Reporter: Alexis Kinsella


http://activemq.apache.org/kaha-persistence.html


This web page shows an example that not works for me:

<broker brokerName="broker" persistent="true" useShutdownHook="false" 
deleteAllMessagesOnStartup="true">
    <transportConnectors>
      <transportConnector uri="tcp://localhost:61616"/>
    </transportConnectors>
    <persistenceAdapter>
      <kahaPersistenceAdapter directory="activemq-data" 
maxDataFileLength="33554432"/>
    </persistenceAdapter>
  </broker>



This should be: dir and not directory in the kahaPersistenceAdapter  node.



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

Reply via email to