JournalStorageManager should not create large message directories in the constructor
------------------------------------------------------------------------------------
Key: JBMESSAGING-1568
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1568
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assignee: Tim Fox
Fix For: 2.0.0.CR1
In the JournalStorageManager constructor the various directories (bindings, message, large
messages etc) are created.
This is incorrect, the dirs should be checked and created in the start() method, otherwise
the following will fail:
jsm.start()
jsm.stop();
delete the directories
jsm.start(); //fails
jsm.stop();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira