> Yes..there is a comma...
>
> The message that would be returned from a processor Call in the route
> would be like this:
> [http://www.openapplications.org/oagis/9";
> xmlns:lw="http://www.org/oagis/9";>
> Cat1
> ,
> http://www.openapplications.org/oagis/9";
> xmlns:lw="http://www.org/oagis/
/www.org/oagis/9";>
Dog1
]
--
View this message in context:
http://camel.465427.n5.nabble.com/Splitting-list-of-elements-in-a-message-body-tp5750556p5750573.html
Sent from the Camel - Users mailing list archive at Nabble.com.
> The message body would be a list with 2 xml's. For example:
>
>
> Cat1
> ,
>
> Dog1
>
>
> Now, I need to send the 'Cat' part of the message i.e.
> Cat1 part to queue1 and the 'Dog' part of xml
> i.e.
> Dog1 to a different queue?
>
> This is the route that I have, but
${in.body} regex 'Dog'
Any ideas on what am i doing wrong here?
--
View this message in context:
http://camel.465427.n5.nabble.com/Splitting-list-of-elements-in-a-message-body-tp5750556.html
Sent from the Camel - Users mailing list archive at Nabble.com.