Configuration

Configuration to enable ActiveSpaces transport.

To set the ActiveSpaces transport for Global Throttle Manager and Central Logger, follow these steps:

Procedure

  1. Set Properties

    Set the ActiveSpaces transport properties as follows:

    1. Start the Config UI, if not running.
    2. Log in to the Config UI using your credentials.
    3. On the home page of the Config UI, select the Gateway Engine Properties in the drop-down list.
    4. Click the Transport link.
    5. Set the ActiveSpaces transport properties as explained in the Transport Properties table.
    6. Save changes to the project configuration.

      You can set the following runtime properties to enable ActiveSpaces channel in the ASG_CONFIG_HOME/asg.properties file:

         tibco.clientVar.ASG/transport=AS

         #Properties to connect to AS metaspace

         #asLogLevel values: 0-7

         #0 - INFO, 1 - WARN, 2 - ERROR, 3 - FATAL,

         #4 - FINE, 5 - FINER, 6 - FINEST, 7 - NONE

         tibco.clientVar.ASG/AS/MetaspaceName=APIXMS

         tibco.clientVar.ASG/AS/DiscoveryUrl=tcp://10.97.98.49:13100;10.97.98.122:13900

         tibco.clientVar.ASG/AS/ListenUrl=tcp://10.97.98.49:13100-*/

         tibco.clientVar.ASG/AS/asLogLevel=0

         tibco.clientVar.ASG/AS/asLogDir=C:/APIX/2.2.0_V75/tibco/cfgmgmt/asg/logs

  2. Activate AS Channel in asg_core.cdd File

    Activate the AS channel, as follows:

    1. Navigate to the ASG_HOME/bin directory.
    2. Edit the asg_core.cdd file in a text editor.
    3. Search the following property:
      <property name="be.channel.deactivate" value="/Common/Channel/AS,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
    4. If you have not taken the backup of the be.channel.deactivate property, copy the be.channel.deactivate property to be.channel.deactivate.backup, as follows:
      <property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
    5. Remove /Common/Channel/AS from the value of the be.channel.deactivate property. The modified value of the property is as follows:
      <property name="be.channel.deactivate" value="/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
    6. Save changes to the file.
  3. Activate AS Channel in asg_cl.cdd File

    Activate the AS channel as follows:

    1. Navigate to the ASG_HOME/bin directory.
    2. Edit the asg_core.cdd file in a text editor.
    3. Search the following property:
      <property-group comment="" name="Channel">
      <property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    4. If you have not taken the backup of the be.channel.deactivate property, copy the be.channel.deactivate property to be.channel.deactivate.backup, as follows:
      <property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    5. Remove /Common/Channel/AS from the value of the be.channel.deactivate property. The modified value of the property is as follows:
      <property name="be.channel.deactivate" value="/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    6. Save changes to the file.
  4. Deactivate the Central Logger RV and JMS Channel in asg_cl.cdd File
    1. Navigate to the ASG_HOME/bin directory.
    2. Edit the asg_cl.cdd file in a text editor.
    3. Search the following property:
      <property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    4. If you have not taken the backup of the be.channel.deactivate property, copy the be.channel.deactivate property to be.channel.deactivate.backup, as follows:
      <property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    5. Add /Common/Channel/CentralLoggerRV and /Common/Channel/CentralLoggerJMS to the be.channel.deactivate property. The modified value of the property is as follows:
      <property name="be.channel.deactivate" value="/Common/Channel/CentralLoggerRV,/Common/Channel/CentralLoggerJMS,/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    6. Save the changes to the CDD file.
  5. Deactivate the Central Logger RV and JMS Channel in asg_core.cdd File
    1. Navigate to the ASG_HOME/bin directory.
    2. Edit the asg_core.cdd file in a text editor.
    3. Search the following property:
      <property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    4. If you have not taken the backup of the be.channel.deactivate property, copy the be.channel.deactivate property to be.channel.deactivate.backup, as follows:
      <property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    5. Add /Common/Channel/CentralLoggerRV and /Common/Channel/CentralLoggerJMS to the be.channel.deactivate property. The modified value of the property is as follows:
      <property name="be.channel.deactivate" value="/Common/Channel/CentralLoggerRV,/Common/Channel/CentralLoggerJMS,/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
    6. Save the changes to the CDD file.