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 Service 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 | This is only applicable if you are using TIBCO FTL 5.4.1. URL of backup/secondary realm service. |
Related concepts
Copyright © Cloud Software Group, Inc. All rights reserved.