Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 955 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 955 Bytes

About

ProduceWithCamel is an experimental processor for Apache Nifi that uses Apache Camel to produce messages.

The processor is based on Assimbly Connector

Installation

  1. Download the NAR file.
  2. Put the NAR file in the lib directory of Nifi.
  3. For older installations of Nifi (before version 1.9) you need to restart.

Usage

The processor has 5 properties:

  • To URI: The URI of the Camel component.
  • Error URI: The URI of the Camel componet in case of an error
  • Maximum Deliveries: Maximum of retries in case of an error
  • Delivery Delay: Delay between retries
  • Log Level: The loglevel of the Camel route

For the URI format of the camel component see Camel's component reference. For example to use File uri: file://C/out