Details the event message that is published when the processingTimeoutSec timeout period is exceeded.
When the processingTimeoutSec timeout period is exceeded for the message flow, a timeout exceeded XML message is published.
You can view the message by subscribing to the following topic:
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingTimeout/integrationServerName
/applicationName/libraryName/messageFlowLabel
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingTimeout/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, application_name is the name of the application on that integration server, library_name 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 application_name or library_name parameters must be omitted along with their enclosing forward slash (/). For example:
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingTimeout/integrationServerName
/messageFlowLabel
orIBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingTimeout/integrationServerName
/messageFlowLabel
$SYS/Broker/integrationNodeName/WorkloadManagement/ProcessingTimeout/integrationServerName
/applicationName/messageFlowLabel
or
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/ProcessingTimeout/integrationServerName
/applicationName/messageFlowLabel