You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2009/06/25 11:51:36 UTC

[jira] Resolved: (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:all-tabpanel ]

Gary Tully resolved AMQ-1382.
-----------------------------

    Resolution: Working as Designed

setting dataDirectoryFile or tmpDataDirectory  (both of which take File object) in spring xml config will allow the temp directory to be specified in 5.3.
An alternative is to specify the System Property ,
'org.apache.activemq.default.directory.prefix' which will be prefixed to the default data directory location activemq-data

> 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.3.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.