Hi, We have our own implementation for PersistenceAdapterFactory interface, but couldn't be able to use it through BrokerService, in BrokerService class the setPersistenceFactory() method takes a DefaultPersistenceAdapterFactory as in parameter rather than PersistenceAdapterFactory interface. Should it take a interface as in parameter instead?
We could workaround the problem by deriving our class from DefaultPersistenceAdapterFactory, but in DefaultPersistenceAdapterFactory, all the member variables are private, we cannot reuse them, we have to redeclare them again in our implementation in order to use them (say journal stuff), which doesn't look pretty. Any suggestions? Thanks Erin Thanks. Erin -- View this message in context: http://www.nabble.com/setPersistenceFactory%28%29-on-BrokerService-t1388212.html#a3729762 Sent from the ActiveMQ - Dev forum at Nabble.com.
