I'm overriding debugBefore and debugAfter in my test. I'm using CamelTestSupport
The test involves multiple sub-routes called by the Route I'm testing. I'm using the above methods to create a trail. I'm wondering how I could grab the routeId of the route the exchanging is passing through. exchange.getFromRouteId() will only contain the routeId of the parent route. Regards, Rajith Muditha Attapattu