Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We should look at if its possible to refactor and cleanup camel-core to no longer use RouteContext. Its something that was transient during building the routes. But we can maybe avoid using it and rely more on CamelContext. And RouteContext dont have any use at runtime while processing messages, so it would be nice to try to get rid of it.