How camel handles multiple parameter binding in bean method?
Answer / Kamal Kumawat
Apache Camel uses the Spring Framework's dependency injection mechanism to handle multiple parameters in a bean method. Make sure your CamelContext is set up with Spring, and you have defined your beans using the appropriate annotations.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is a camel exchange created?
What is apache camel?
What is the default error handler in camel?
What is routercontext?
How to rollback transaction in apache camel dsl?
What is noop=true?
What is MEP in camel?
What jars do I need?
How can i send message parallel?
Have you use database with apache camel?
What is Exchange in camel?
What is difference between Aggregator and Splitter EIP?