[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: StorageManager API
jmesnil
do-not-reply at jboss.com
Fri Apr 17 09:22:17 EDT 2009
If I'm not mistaken there are other useless dependencies for this API (PostOffice, addressSettingsRepository)
the simplest API that could possibly work is:
public void loadMessageJournal(final PagingManager pagingManager,
| final ResourceManager resourceManager,
| final Map<Long, Queue> queues,
| final Map<SimpleString, List<Pair<byte[], Long>>> duplicateIDMap) throws Exception
|
I'm looking at the dependencies between components when the server is started. Having the minimal dependencies which *really* count helps see how things should be properly created/started/deployed.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226206#4226206
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226206
More information about the jboss-dev-forums
mailing list