Atomikos Forum

Do you have support for offline recovery?

Do you have support for offline recovery even when node/server is down ?
UmaMahesh Send private email
Thursday, July 28, 2011
 
 
Yes, this is possible if you adhere to domain-driven design (DDD) and concentrate all infrastructure dependencies in a separate module/layer:

-make sure all datasource, jms and jta dependencies are in a separate Spring config file

-(re)use this config file in your application and also in your offline recovery module

-that way, you can do recovery if the app is not running

In any case, you need the JMS and JDBC connectors to recovery the back-end transactions...

HTH
Guy Pardon Send private email
Thursday, July 28, 2011
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics