Hi, I just started on learning Apache Camel, so please forgive me my basic questions.
I'm having a webservice called via POST having a payload with paging information in it. What is the best way currently in Camel to produce an output which contains the consolidated values from the calls. I was able to come up with a solution by using a loopDoWhile with a predicate. I manipulate the paging via a header value in the Exchange. Are there better ways to solve this? Enrich? Aggregator? Thanks for educating me on this ! Regards, /Tom
