Process Component Destination

Currently, process component notifications are sent to a default destination if there is no owner defined in the process component or to a destination with owner name if owner is defined in process component. This destination can be overridden and a new destination can be used as destination for process component notifications. This can be configured using property com.tibco.fom.orch.overridePlanfragmentDestination. If this property is set to true then the destination will be picked from ProcessComponent.props file for respective process component ID. Content of this property file will be loaded when file is modified and the updated value will be used for sending notifications. This properties file will have destination defined for process component as follows:

<Process Component ID>.destinationName=<Destination value>
	
Note: The Destination value is a String.

If there is no destination defined for a process component in file ProcessComponent.props or property com.tibco.fom.orch.overridePlanfragmentDestination is configured as false then default behavior will be used and all the process component related notifications will be sent to a predefined queue. If the property is true and the value is not configured, the default destination is used. The default value is false.