ARTEMIS-142 more fixes on tests
This commit is contained in:
parent
b05e345641
commit
18890cdcf5
|
@ -2000,7 +2000,7 @@ public abstract class ActiveMQTestBase extends Assert
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ff = new NIOSequentialFileFactory(config.getJournalLocation(), null);
|
ff = new NIOSequentialFileFactory(config.getBindingsLocation(), null);
|
||||||
journal = new JournalImpl(1024 * 1024,
|
journal = new JournalImpl(1024 * 1024,
|
||||||
2,
|
2,
|
||||||
config.getJournalCompactMinFiles(),
|
config.getJournalCompactMinFiles(),
|
||||||
|
|
Loading…
Reference in New Issue