David Jencks,

I've got a deployment question for you.  I just finished adjusting MQ's 
MessageCache so that it uses a CacheStore interface to store/load/remove 
messages from secondary storage.  We should be able to get some performance 
gains by having the PersistenceManager implement the CacheStore.  Persistent 
messages have already been persisted and do not need to be persisted a 
second time by the CacheStore methods.

The problem is that the PeristenceManager has an mbean dependency on 
MessagesCache and MessageCache has a mbean dependency on CacheStore.  So if 
we have the PersistenceManager also be the CacheStore, we would have a cycle 
in our dependencies.  Do you see a way around this??

Regards,
Hiram

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to