How can i send message parallel?
Answer / Rahul Kumar Agarwal
In Apache Camel, you can use the 'parallelProcessing' feature of the processor to process messages in parallel. You can also use the 'splitter' or 'aggregator' components for sending messages in parallel.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are endpoints in apache camel?
What is camel exchange? Explain its structure?
What platforms are supported?
What is processor in apache camel?
What is Stream component in camel?
What is MEP in camel?
What is difference between Aggregator and Splitter EIP?
What is the state of Aggregator EIP stateful or stateless?
What is Multicast EIP in camel?
What is an exchange in apache camel?
What type of object(s) can the exchange hold?
How to start the execution of routes apache camel?