Hi, I need to send each properties of an object to a specific route.
Example : I have object CONTAINER with 2 properties : PART1 and PART2. Those does not represent List or Collection. I receive a CONTAINER's instance. If PART1 is not null i need to send it to ROUTE1. If PART2 is not null i need to send it to ROUTE2. I need to do this in XML. Wich is the best approach? Thanks, Ovidiu. -- View this message in context: http://www.nabble.com/Object-Properties---specific-route-tp17822330s22882p17822330.html Sent from the Camel - Users mailing list archive at Nabble.com.
