I want to use routeonContent and put my response in deifferenct directories based on the method names they consist i have attribute '$message.body' and use expression( in routeonContent) ${message.body:contains('<person>')}
. But it doesn't work for me do you have any better idea how can i do this?
I need to check if it conatains tag with name person and if it does o will route it to certian direction |