How is data passed between the routes?
Answer / Srutica Tyagi
Data is passed between routes in Apache Camel using Message objects. These Message objects contain both the body and headers of the message. Each route consumes a message, performs some processing on it, and then produces another message that can be consumed by another route.
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you use database with apache camel?
What are endpoints in apache camel?
What is the license?
What is apache camel?
What is difference between Aggregator and Splitter EIP?
What is the stopOnException() in multicast?
What is the state of Aggregator EIP stateful or stateless?
What is Camel?
What is the default error handler in camel?
What are eips in apache camel?
What is Component in camel?
What is camel exchange? Explain its structure?