...
The second query receives the output from one of the above queries (SimpleQuery_0 or SimpleQuery_1) via RabbitMQ. In this simple scenario, each time the value is above 100010000, the current query is removed and replaced by the query 1 in the context store (which is not changed here, but could be).
...