I am referring to http://activemq.apache.org/kaha-persistence.html to enable kaha persistentce.
snippet1 below is what AMQ by default provides and snippet 2 is what is mentioned in the link above. Both these snippets have directory configuration. What is the difference between these two? snippet1: ---------------- <broker brokerName="broker" persistent="true" useShutdownHook="false"> : : <persistenceAdapter> <kahaDB directory="targetmq/data/kahadb"/> </persistenceAdapter> : : </broker> snippet2: ---------------- <broker brokerName="broker" persistent="true" useShutdownHook="false"> : : <persistenceAdapter> <kahaPersistenceAdapter directory="targetmq/slave/data/kahadb" maxDataFileLength="33554432"/> </persistenceAdapter> : : </broker> -- View this message in context: http://activemq.2283324.n4.nabble.com/Kahadb-Question-tp3646745p3646745.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.