Uses of Class
org.apache.nifi.jms.processors.JMSConsumer
Packages that use JMSConsumer
-
Uses of JMSConsumer in org.apache.nifi.jms.processors
Methods in org.apache.nifi.jms.processors that return JMSConsumerModifier and TypeMethodDescriptionprotected JMSConsumerConsumeJMS.finishBuildingJmsWorker(org.springframework.jms.connection.CachingConnectionFactory connectionFactory, org.springframework.jms.core.JmsTemplate jmsTemplate, ProcessContext processContext) Will create an instance ofJMSConsumerMethods in org.apache.nifi.jms.processors with parameters of type JMSConsumerModifier and TypeMethodDescriptionprivate voidConsumeJMS.processMessageSet(ProcessContext context, ProcessSession session, JMSConsumer consumer, String destinationName, String errorQueueName, boolean durable, boolean shared, String subscriptionName, String messageSelector, String charset) private voidConsumeJMS.processSingleMessage(ProcessSession processSession, JMSConsumer consumer, String destinationName, String errorQueueName, boolean durable, boolean shared, String subscriptionName, String messageSelector, String charset) protected voidConsumeJMS.rendezvousWithJms(ProcessContext context, ProcessSession processSession, JMSConsumer consumer) Will construct aFlowFilecontaining the body of the consumed JMS message (ifJMSConsumer.JMSResponsereturned byJMSConsumeris not null) and JMS properties that came with message which are added to aFlowFileas attributes, transferringFlowFileto 'success'Relationship.