ActiveSpaces Connection Properties

The ActiveSpaces API consists of several properties that can be set when connecting to an ActiveSpaces data grid. These properties control how to connect to the data grid and some of the behaviors of the data grid.

The following partial list describes the connection properties that can be specified. The full list is in the Javadoc for com.tibco.datagrid.Connection.
Property Description Default Value
com.tibco.tibdg.gridname Name of the data grid _default
com.tibco.tibdg.realmurl Realm Server URL http://localhost:8080
com.tibco.tibdg.connectwaittime The amount of time to wait for connection to be established. 0.1 seconds
com.tibco.tibdg.timeout The amount of time to wait for responses from the data grid. 5.0 seconds
com.tibco.tibdg.connection.secondaryrealm URL of backup/secondary Realm Server
When specifying properties as part of the JDBC URL, the full property name or the property name without the com.tibco.tibdg prefix can be used. For example:
jdbc:tibco:tibdg:_default;com.tibco.tibdg.realmurl=http://localhost:8080;secondaryrealm=http://localhost:8090
Related concepts