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?

  1. ConsumerTemplate
  2. 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.

Comments and Discussions!

Load comments ↻






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