BIP2520

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : Nested BEGIN ATOMIC statements.

Explanation

The broker has detected an attempt to execute a BEGIN ATOMIC statement within the scope of another BEGIN ATOMIC statement. This is not allowed as it may lead to deadly embraces.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow.