bottomless-archive-project / library-of-alexandria

Library of Alexandria (LoA in short) is a project that aims to collect and archive documents from the internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Queue Application disregard the data directory parameter for the paging directory

laxika opened this issue · comments

The Queue Application doesn't take Artemis' paging directory into consideration when setting up the directories in com.github.bottomlessarchive.loa.queue.artemis.configuration.QueueServerConfiguration#artemisServerConfiguration.

We need to add the following:

configuration.setPagingDirectory(queueServerConfigurationProperties.dataDirectory() + "/paging");