What are different message exchange patterns in camel, which one of these is synchronous?
Answer / Nupur Tandon
The Message Exchange Patterns (MEP) in Apache Camel are: InOnly, OutOnly, InOut, and Request-Response. Among these, the Request-Response pattern is synchronous as it waits for a response from the endpoint before continuing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is redelivery policy in apache camel?
What are dsls and which dsls have you used?
What is Stream component in camel?
What is CBR EIP in camel?
What is In message in camel?
What is difference between Aggregator and Splitter EIP?
What is a context in apache camel?
What is difference between routing slip and dynamic router?
What platforms are supported?
What are different message exchange patterns in camel, which one of these is synchronous?
How to start the execution of routes apache camel?
What are the dependencies?