You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Alex Burgel (JIRA)" <ji...@apache.org> on 2008/08/05 17:24:52 UTC

[jira] Commented: (AMQ-1382) Unnecessary creation of /activemq-data/localhost/tmp_storage directory with AMQ 5.x

    [ https://issues.apache.org/activemq/browse/AMQ-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44738#action_44738 ] 

Alex Burgel commented on AMQ-1382:
----------------------------------

this still exists in 5.2-20080803.231633-64.

a work around is to specify dataDirectory in your xml config like so:

<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" persistent="true" dataDirectory="/var/lib/activemq/">

the tmp directory will be created within dataDirectory.

> Unnecessary creation of /activemq-data/localhost/tmp_storage directory with AMQ 5.x
> -----------------------------------------------------------------------------------
>
>                 Key: AMQ-1382
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1382
>             Project: ActiveMQ
>          Issue Type: Bug
>         Environment: NA
>            Reporter: Dave Stanley
>            Assignee: Hiram Chirino
>             Fix For: 5.0.0
>
>
> With AMQ 5.0 everytime AMQ runs the following directory structure is created:
> /activemq-data/localhost/tmp_storage.
> This didn't happen in AMQ 4.1.0.X and looks to be a side effect of the new temporary spooling feature in 5.x.
> Since the broker is configured to be non-persistent, ActiveMQ should not be creating this directory. 

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