I wonder if anyone could help me with this. 1. Setting Xpath value in a property in route 1 2. Setting a body and placing in Topic in route 1 3. Reading the value from Topic in route 2 4. Am trying to print the property set in Step 1 but am getting null 5. Calling another route 3 from route 2 6. Printing the property set in Step 1 but again null.
If I call the route 3 from route 1 instead of route 2, am getting the value when I print the property. But I want to call route 3 only after route 2 completes as I want to process the value from Topic in route 3. What is missing here?