Here's my broker configuration <broker brokerName="localhost" useJmx="false" xmlns="http://activemq.org/config/1.0" persistent="true"> <transportConnectors> <transportConnector uri="${broker}" /> </transportConnectors> <persistenceAdapter> <amqPersistenceAdapter directory="${dataDirectory}"/> </persistenceAdapter> </broker> The AMQ message store store the persistent files in the dataDirectory I specified, however in my working directory I still have a empty activemq-data\localhost\tmp_storage that gets created everytime I start the broker. Is this a known bug? I know that there's a patch to not create the directory when persistent is set to false, but is it suppose to be created when persistent is turned on? Also, shouldn't it at least be created under the dataDirectory specified?
Regards, -- View this message in context: http://www.nabble.com/tmp_storage-created-even-with-presistence-turned-on--%28ActiveMQ-5.0%29-tp16193933s2354p16193933.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.