The Direct component provides direct, synchronous calls of any consumers when a producer sends a message exchange.
This endpoint can be used to connect existing routes in the same camel context. In simple words, if your route is big then you can break that route into small routes and connect them by using direct uri. You can get code on
https://github.com/mustafamehdi/camel...