What are various components in apache camel? Which ones have you used?
Answer / Sandeep Bhatnagar
Various components in Apache Camel include routes, endpoints, producers, consumers, processors, beans, and data formats like XML, JSON, etc. I've used routes, endpoints (direct, jms), producers (timer), consumers (from, pollenqueues), and beans.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a context in apache camel?
What is difference between event driven consumer an polling consumer in camel?
What is MEP in camel?
Is camel an esb?
What jars do I need?
How can i send message parallel?
How to copy file from one location to other using java DSL in camel?
What is the content of Exchange in camel?
What is the default error handler in camel?
What is Out message in camel?
Have you used apache camel with spring?
What are different message exchange patterns in camel, which one of these is synchronous?