Configuring ActiveSpaces Metaspace Connection Properties

The shared throttles functionality uses ActiveSpaces metaspace to share the maximum throttle count for a throttle between the running Core Engine instances. You must setup the connection properties for ActiveSpaces metaspace.

To configure the ActiveSpaces connection properties, follow these steps:

Procedure

  1. Navigate to the ASG_CONFIG_HOME directory.
  2. Edit the asg.properties file in a text editor.
  3. Set the following properties:
    ActiveSpaces Metaspace Properties Configuration
    Property Description Example
    tibco.clientVar.ASG/AS/MetaspaceName Name of the ActiveSpaces metaspace. APIXMS
    tibco.clientVar.ASG/AS/DiscoveryUrl Discovery URL of the metaspace. tcp://192.168.0.10:13000
    tibco.clientVar.ASG/AS/ListenUrl Listen URL of the metaspace. tcp://192.168.0.10:13000-*/
    tibco.clientVar.ASG/AS/asLogLevel Log level of ActiveSpaces logs. 0
    tibco.clientVar.ASG/AS/asLogDir Log directory of ActiveSpaces logs. ASG_CONFIG_LOGS/logs
  4. Save changes to the file.