| Package | Description |
|---|---|
| org.apache.nifi.jms.processors |
| Modifier and Type | Method and Description |
|---|---|
protected JMSConsumer |
ConsumeJMS.finishBuildingJmsWorker(org.springframework.jms.connection.CachingConnectionFactory connectionFactory,
org.springframework.jms.core.JmsTemplate jmsTemplate,
ProcessContext processContext)
Will create an instance of
JMSConsumer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConsumeJMS.rendezvousWithJms(ProcessContext context,
ProcessSession processSession,
JMSConsumer consumer)
Will construct a
FlowFile containing the body of the consumed JMS
message (if JMSConsumer.JMSResponse returned by JMSConsumer is not
null) and JMS properties that came with message which are added to a
FlowFile as attributes, transferring FlowFile to
'success' Relationship. |
Copyright © 2021 Apache NiFi Project. All rights reserved.