Hi, I have configured activeMq to use persistence mode like below <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" persistent="true" useShutdownHook="false" dataDirectory="${activemq.data}"> ------------------------------------------------------------------------ ----------------------------------------------------------------------------- <persistenceAdapter> <kahaDB directory="${activemq.data}/kahadb" journalMaxFileLength="32mb"/> </persistenceAdapter> </broker>
but whenever i restart activemq from services window, i could see that all Queue related data lost from http://localhost:8161/admin/queues.jsp Can anyone guide me as what i am doing wrong? Thanks in advance -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html