Package org.apache.nifi.jms.processors
package org.apache.nifi.jms.processors
-
ClassDescriptionAbstractJMSProcessor<T extends JMSWorker>Base JMS processor to support implementation of JMS producers and consumers.Consuming JMS processor which upon each invocation of
AbstractJMSProcessor.onTrigger(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.Generic consumer of messages from JMS compliant messaging system.Generic publisher of messages to JMS compliant messaging system.Implementations of this interface usemethods to set strongly typed properties.invalid reference
javax.jms.MessageBase class for implementing publishing and consuming JMS workers.An implementation of JMS Message publishingProcessorwhich upon each invocation ofAbstractJMSProcessor.onTrigger(ProcessContext, ProcessSession)method will construct aMessagefrom the contents of theFlowFilesending it to theDestinationidentified by theAbstractJMSProcessor.DESTINATIONproperty while transferring the incomingFlowFileto 'success'Relationship.