Hi

Then use the content based router to do different routing depending on
what you need.
And only split if needed etc.

Or just use a bean / processor to do the logic etc.



On Tue, Apr 16, 2013 at 11:03 PM, RTernier <ryan_tern...@hotmail.com> wrote:
> I don't think the splitter can do what I want.
>
> I want to take a single message, transform that message into X messages
> (sometimes it might split, other times I'll have to take the original
> incoming message, transform it based on an element based inside the
> message).
>
> Looking at other forums, someone mentioned the  Load Broker Example
> <https://cwiki.apache.org/CAMEL/loan-broker-example.html#LoanBrokerExample-Implementationwithwebservice>
>
>
> I thought about running multicast/parallelProcessing/to(1, 2, 3, 4 etc.)
> which would send the same message, and I could intercept those...
> (interceptSendToEndpoint)
>
> would that be a better way of doing this?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Splitting-XML-into-multiple-separate-bits-and-send-out-to-webservices-tp5730936p5730985.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to