bvahdat commented on a change in pull request #5543: URL: https://github.com/apache/camel/pull/5543#discussion_r630796385
########## File path: core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java ########## @@ -731,6 +731,7 @@ public UnitOfWork before(Exchange exchange) throws Exception { this.routeId = route.getRouteId(); } ExtendedExchange ee = (ExtendedExchange) exchange; + ee.setFromEndpoint(route.getEndpoint()); Review comment: Thanks for your feedback. I was just writing the comment below at the same time as you commented on the change here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org