Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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.