Persistence Manager
The Persistence Manager is the delegate for the PersistenceInterceptor. The persistence manager is responsible for making sure messages survive a crash when required.
Possible implementations include:
File
JDBC
The Persistence Manager is the delegate for the PersistenceInterceptor. The persistence manager is responsible for making sure messages survive a crash when required.
Possible implementations include:
File
JDBC
Comments