Creating a "micro batch" flow in OSB 10gR3
751239Feb 3 2010 — edited Feb 5 2010Sorry for my noobishness - not sure if this is the right forum for this question.
I have a process where I pick up a file to parse that has thousands of item and then call a partner's service that takes the items and stores them. However, the partner's service only allows me to send small batches of items - "micro batches" - at at time. So what I want to do is pick up the file and do an MFL transform to xml (via a MFL proxy), then loop over the items and create the micro batch (bunch up 100 then transform that into the xml required by the partner service) and send it, loop over the next 100, send it, etc. I'm looking for advice on an appropriate message flow to handle this. Any ideas are greatly appreciated.
Thanks!