Uses of Class
org.apache.nifi.jms.processors.AbstractJMSProcessor
Packages that use AbstractJMSProcessor
-
Uses of AbstractJMSProcessor in org.apache.nifi.jms.processors
Subclasses of AbstractJMSProcessor in org.apache.nifi.jms.processorsModifier and TypeClassDescriptionclassConsuming JMS processor which upon each invocation ofonTrigger(ProcessContext, ProcessSession)method will construct aFlowFilecontaining the body of the consumed JMS message and JMS properties that came with message which are added to aFlowFileas attributes.classAn implementation of JMS Message publishingProcessorwhich upon each invocation ofonTrigger(ProcessContext, ProcessSession)method will construct aMessagefrom the contents of theFlowFilesending it to theDestinationidentified by theDESTINATIONproperty while transferring the incomingFlowFileto 'success'Relationship.