BIP2242
Severity
20 : ErrorMessage
Message flow '<insert_1>' could not be reconfigured because it remained busy for longer than the timeout period of '<insert_0>'Explanation
A request to reconfigure the message flow '<insert_1>' was received but this could not be processed because it remained busy processing a message for longer than the timeout specified.Response
This can be caused by the timeout being too short considering the complexity of the flow and the size of the messages being processed. In such cases the timeout should be increased. It can also be caused by message flows containing infinite loops. In such cases the SQL should be corrected.