Details the event message that is published if a timeout action of none is specified and when the message flow processing finishes.
If the message flow exceeds the processingTimeoutSec timeout period, the action that is defined by the property processingTimeoutAction is taken. If the action defined is none, processing of the message flow is allowed to continue and a processing finished XML message is published once all processing has completed.
You can view the message by subscribing to the following topic:
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<applicationName>/<libraryName>/<messageFlowLabel>
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<applicationName>/<libraryName>/<messageFlowLabel>
where integrationNodeName is the name of the integration node, integrationServerName is the name of the integration server on that integration node, applicationName is the name of the application on that integration server, libraryName is the name of the library on that application, and messageFlowLabel is the name of the message flow that is deployed to the library.
In the situation where the message flow is not contained in either an application or a library, the applicationName or libraryName parameters must be omitted along with their enclosing forward slash (/). For example:
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<messageFlowLabel>
or IBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<messageFlowLabel>
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<applicationName>/<messageFlowLabel>
or
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingFinished/integrationServerName
/<applicationName>/<messageFlowLabel>