Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Hibernate Resume : Using a Database for Hibernation

Using a Database for Hibernation
A database can be specified similar as in checkpointing. A JDBC shared resource needs to be in the project which has to hibernate jobs to a database.
Set the following ActiveMatrix BusinessWorks engine properties:
Engine.Hibernate.UseDatabase – Set to true to use a database
Engine.Hibernate.Database.Configuration – Path to JDBC shared resource
Table names can be specifed using similar properties like Checkpointing. All databases supported for TIBCO ActiveMatrix BusinessWorks Checkpointing can be used for Hibernation.
If the database is not set, the job state is stored in a file under the working/<hostname or enginename>/hibernate folder.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved