BIP2630
Severity
0 : InformationMessage
No backout queue or DLQ defined for a message to be backed out; input node '<insert_1>' received from queue '<insert_0>'Explanation
The input node '<insert_1>' received a message from queue '<insert_0>', but was forced to attempt a backout due to the detection of an internal failure condition associated with it. The message broker has now attempted to propagate the message to the 'backoutRequeueQueueName' or the dead letter queue, but neither of these queues exist. The message is no longer processed by the message flow and continues to be backed out periodically. This situation can cause other messages to build up on the input queue until this message is removed or successfully processed.Response
Examine previous messages and possibly the message flow to determine why the message is being backed out. Defining either the 'backoutRequeueQueue' or the dead letter queue will cause the message to be propagated to one of those queues.