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.

Reply via email to