Object Management (OM)
Object management refers to various ways that TIBCO BusinessEvents can manage the ontology object instances created by TIBCO BusinessEvents.
Cache and store object management enables rich functionality and is generally chosen for enterprise applications. In Memory object management can also play a useful secondary role in testing, and as an event router.
The goals of object management are as follows:
Migrating to a Different Object Management Type
You can use In Memory object management in early phases of development. In later phases, you can implement Cache or Store OM and take advantage of features it makes possible. Perform tests after changing object management type.
As with any change in configuration, be sure to perform thorough testing before going into production.
Summary of Object Management Features
The following table illustrates features supported for each OM type.
OM Type | Persistence | Data Recovery | Partitioning | Clustering | Fault Tolerance |
---|---|---|---|---|---|
In Memory | No | No | No | No | No (use Cache with Memory Only objects) |
Cache | Yes | Yes | Yes | Yes | Yes (at agent level) |
Store | Yes | Yes | Yes | Yes | Yes |