[ https://issues.apache.org/activemq/browse/AMQ-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45789#action_45789
]
Dave Stanley commented on AMQ-1382:
-----------------------------------
As a workaround, I think changing the tmpDataDirectory in your spring configuration should
allow you to configure the location of this directory @ a friendly location.
{code}
<broker ... tmpDataDirectory="/somplace/tmp_storage" >
...
</broker>
{code}
> 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.
|