The StorageManager interface has the method
| void loadMessageJournal(PostOffice postOffice,
| StorageManager storageManager,
| HierarchicalRepository<AddressSettings>
addressSettingsRepository,
| Map<Long, Queue> queues,
| ResourceManager resourceManager,
| Map<SimpleString, List<Pair<byte[],
Long>>> duplicateIDMap) throws Exception;
|
The only place we call this method in the source, the storageManager passed in parameter
in the storageManager instance we called the method on.
Does it make sense to call this method with *another* storageManager instance or should
the storageManager parameter be removed?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226182#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...