[ 
https://issues.apache.org/jira/browse/ARTEMIS-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-2796:
------------------------------------
    Issue Type: Wish  (was: Bug)

> Disk persistence path is not properly expanded
> ----------------------------------------------
>
>                 Key: ARTEMIS-2796
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2796
>             Project: ActiveMQ Artemis
>          Issue Type: Wish
>    Affects Versions: 2.10.1
>         Environment: Happens on Windows 10, with Java:
> java version "1.8.0_192"
> Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
>  
> Happens also on Debian GNU/Linux 10 (buster):
> Java version: openjdk 11.0.7 2020-04-14 (build 11.0.7+10-post-Debian-3deb10u1)
>            Reporter: Gotson
>            Priority: Minor
>
> I am using ActiveMQ Artemis via the Spring Boot starter. Spring Boot has 
> [auto-configuration 
> |[https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/spring-boot-features.html#boot-features-artemis]]
>  for some Artemis configuration.
> The spring boot configuration `spring.artemis.data-directory` is used to set 
> the following Artemis Configuration fields:
> {noformat}
> configuration.setLargeMessagesDirectory(dataDir + "/largemessages");
> configuration.setBindingsDirectory(dataDir + "/bindings");
> configuration.setPagingDirectory(dataDir + "/paging")
> {noformat}
> Where {{dataDir}} is the content of the configuration key above. 
> When setting the configuration to {{\~/.komga/artemis}}, the {{\~}} character 
> is not expanded by Artemis, which instead creates a {{~}} directory in the 
> current folder.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to