Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-12411: Update PublishAMQP to read AMQP headers value from FlowFile attributes and amq$headers string #8105

Commits on Jul 4, 2024

  1. NIFI-12411: Update PublishAMQP to read AMQP headers value from FlowFi…

    …le attributes and `amq$headers` string
    
    Processor can now also create message headers using attributes matching the given Regex property. The name of attribute is used as header key.
    In addition to that it can read values from two sources i.e. attributes matching Regex and the headers present in `amq$headers` string. In case
    of key duplication in both sources the precedence property decide which value will be used.
    
    Signed-off-by: Umar Hussain <umarhussain.work@gmail.com>
    umarhussain15 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c3e8471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1977439 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. NIFI-12411: remove headers source precedence option from processor.

    apply other suggestions from PR for
    using enum directly for headers source etc.
    umarhussain15 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    32fbd37 View commit details
    Browse the repository at this point in the history