Is Cassandra required as a Backing Store for TIBCO ActiveSpaces?
book
Article ID: KB0093306
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Description: Is Cassandra required as a Backing Store for TIBCO ActiveSpaces? If so, how we can configure Cassandra as Backing Store for TIBCO ActiveSpaces?
Issue/Introduction
Is Cassandra required as a Backing Store for TIBCO ActiveSpaces?
Resolution
TIBCO ActiveSpaces has it’s own distributed
persistence to disk already built-in with Shared-Nothing persistence, so Cassandra is not required as a persistence layer. That
said, you can configure Cassandra as a Backing Store. Shared-all persistence is an interface to implement, and you
could write an implementation of it that would persist to Cassandra just
like we have written implementations of it that persist to a database.
Refer to the examples for Shared-all persistenceimplementation in <<AS_HOME>>\2.1\examples\java\persistence