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?

  1. 5
  2. 4
  3. 3
  4. 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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.