You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Fábio Wagner (JIRA)" <ji...@apache.org> on 2017/03/27 13:20:41 UTC

[jira] [Created] (AMQ-6637) ActiveMQ creating duplicated directories

Fábio Wagner created AMQ-6637:
---------------------------------

             Summary: ActiveMQ creating duplicated directories
                 Key: AMQ-6637
                 URL: https://issues.apache.org/jira/browse/AMQ-6637
             Project: ActiveMQ
          Issue Type: Bug
          Components: KahaDB
    Affects Versions: 5.10.2
            Reporter: Fábio Wagner


Hello,

I'm using ActiveMQ with KahaDB in a Application with these configurations:

{code}
<amq:broker advisorySupport="false" brokerName="localhost" dataDirectory="../../Conf/Integrator/data/amq" name="broker" useJmx="true">
				<amq:persistenceAdapter>
					<amq:kahaDB directory="../../Conf/Integrator/data/amq" enableJournalDiskSyncs="false" indexWriteBatchSize="10000" indexCacheSize="1000"/>
				</amq:persistenceAdapter>
{code}

When some error occurs at my application, AMQ is generating a "activemq-data\localhost\KahaDB" directory with the exactly same files that already exists at Conf\Integrator\data\amq, and sometimes locking the application.

Why is this happening?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)