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 ?
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.
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.