Lists the conditions that control the publishing of the message rate is back in range message.
The message rate statistics are collected at a checkpoint that occurs every 20 seconds and the total message rate is calculated at this checkpoint. If the total message rate previously exceeded the notification threshold, and then later the total message rate drops back into range, the back in range XML message is published.
No state is stored when the message flow is stopped, restarted, or redeployed.
When a flow is terminated, the flow termination process checks to see whether the last message published was to report that the message rate exceeded the notification threshold. In this situation, the flow termination process automatically publishes a message to report that the message flow is now back in range.
$SYS/Broker/integrationNodeName/WorkloadManagement/BelowThreshold/integrationServerName
/<applicationName>/<libraryName>/<messageFlowLabel>
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/BelowThreshold/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/BelowThreshold/integrationServerName
/<messageFlowLabel>
or IBM/IntegrationBus/integrationNodeName/WorkloadManagement/BelowThreshold/integrationServerName
/<messageFlowLabel>
where integrationNodeName is the name of the integration node, integrationServerName is the name of the integration server on that integration node, and messageFlowLabel is the name of the message flow that is deployed to the integration server.
$SYS/Broker/integrationNodeName/WorkloadManagement/BelowThreshold/integrationServerName
/<applicationName>/<messageFlowLabel>
or
IBM/IntegrationBus/integrationNodeName/WorkloadManagement/BelowThreshold/integrationServerName
/<applicationName>/<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, and messageFlowLabel is the name of the message flow that is deployed to the application.