Home »
MCQs »
Apache Camel MCQs
How many ways are there to send messages to any Camel Endpoint from a POJO?
29. How many ways are there to send messages to any Camel Endpoint from a POJO?
- 5
- 4
- 3
- 2
Answer: D) 2
Explanation:
There are two ways to deliver messages from a POJO to any Camel Endpoint:
- Using @Produce or @EndpointInject
- Or to hide using an interface