| Package | Description |
|---|---|
| org.apache.nifi.jms.processors |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumeJMS
Consuming JMS processor which upon each invocation of
onTrigger(ProcessContext, ProcessSession) method will construct a
FlowFile containing the body of the consumed JMS message and JMS
properties that came with message which are added to a FlowFile as
attributes. |
class |
PublishJMS
An implementation of JMS Message publishing
Processor which upon each
invocation of onTrigger(ProcessContext, ProcessSession) method will
construct a Message from the contents of the FlowFile sending
it to the Destination identified by the
DESTINATION property while transferring the
incoming FlowFile to 'success' Relationship. |
Copyright © 2021 Apache NiFi Project. All rights reserved.