Created 12-13-2018 11:20 AM
In the processor PublishJMS I see that it looks for flow file attributes for JMS headers. How to set and pass those expected flow-file attributes to the PublishJMS processor ?
Created 12-13-2018 01:27 PM
Use UpdateAttribute Processor and add new properties in the processor these properties will be added as flowfile attribute so that you can use them in PublishJMS processor.
Created 12-13-2018 01:27 PM
Use UpdateAttribute Processor and add new properties in the processor these properties will be added as flowfile attribute so that you can use them in PublishJMS processor.
Created 12-13-2018 03:05 PM
Thanks @Shu, I tested it and it works.