> 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/
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/9";>
Dog1
]
-
> 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