while loop - Paging in Mule ESB -
we have mule flow processes bunch of records. want implement paging because 1 of steps in process calling external system can take set amount of records @ time.
we have attempted solve adding choice in flow checks if there more records process , if yes call same flow again (self reference flow) caused stackoverflow errors.
we have tried using until-successful scope need errors break out of loop , caught exception strategy.
thanx
mule possesses ability process messages in batches http://www.mulesoft.org/documentation/display/current/batch+processing
it best option requirement.
Comments
Post a Comment