Defining Message Routing Using New commType
You can define a new commType in Configurator by inheriting from the default commType.
Procedure
-
Click InitialConfig.
-
Select Backend Integration Initialization.
-
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>
Copyright © Cloud Software Group, Inc. All rights reserved.