Defining Message Routing Using New commType

You can define a new commType in Configurator by inheriting from the default commType.

Procedure

  1. Click InitialConfig.
  2. Select Backend Integration Initialization.
  3. Change the message routing so that this commType is used to route messages to the required sender manager.
    <!-- Defining commType-->
    <ConfValue description="" isHotDeployable="false" name="Internal Transport MyCommType Communication Type" propname=" com.tibco.cim.init.IntraCommunicatorMessagingManager.commType.MyCommType" sinceVersion="7.0" visibility="All">
       <ConfString default="inherit:com.tibco.cim.init.IntraCommunicatorMessagingManager.commType.Default" value="inherit:com.tibco.cim.init.IntraCommunicatorMessagingManager.commType.Default" />
    </ConfValue>