Home »
MCQs »
Apache Camel MCQs
Which of the following interface allows you to receive message exchanges from endpoints in a number of different ways?
30. Which of the following interface allows you to receive message exchanges from endpoints in a number of different ways?
- ConsumerTemplate
- ProducerTemplate
Answer: A) ConsumerTemplate
Explanation:
To make working with Camel Endpoint objects from Java code easier, the ConsumerTemplate interface allows you to receive message exchanges from endpoints in a number of different ways.