-
Bug
-
Resolution: Won't Do
-
Blocker
-
None
-
EAP 6.0.0 ER 6_Beta2
-
Fedora 16.
-
-
Compatibility/Configuration
-
Workaround Exists
-
-
NEW
Using the standalone deployment configuration.
The configuring of an explicit path to store Hornetq messaging journal is ignored.
<hornetq-server>
<persistence-enabled>true</persistence-enabled>
<scheduled-thread-pool-max-size>96</scheduled-thread-pool-max-size>
<thread-pool-max-size>96</thread-pool-max-size>
<journal-file-size>102400</journal-file-size>
<journal-min-files>10</journal-min-files>
<journal-directory path="/perf-sdd1/messaging/hornetq-journal"/>
......
Instead of the files being created in "/perf-sdd1/messaging/hornetq-journal" instead they are created in "<EAP_HOME>/standalone/data/perf-sdd1/messaging/hornetq-journal".