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 are routes in apache camel?
Does camel link method invocation of bean at compile time or runtime?
What is Camel?
What is an esb? Have you deployed camel on any esb?
What is Message in camel?
What is routes in camel?
Can we call camel an esb (enterprise service bus)?
What is difference between event driven consumer an polling consumer in camel?
How did you integrate apache camel with database?
What is EndPoint in camel?
How camel handles multiple parameter binding in bean method?
What is MEP in camel?